Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-8058 (GCVE-0-2025-8058)
Vulnerability from cvelistv5
- CWE-415 - Double Free
| Vendor | Product | Version | ||
|---|---|---|---|---|
| The GNU C Library | glibc |
Version: 2.4 < 2.42 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-8058",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-23T20:07:48.885332Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-23T20:08:01.326Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:15:01.015Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/23/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://www.gnu.org/software/libc/",
"defaultStatus": "unaffected",
"packageName": "glibc",
"platforms": [
"Linux"
],
"product": "glibc",
"repo": "https://sourceware.org/git/?p=glibc.git",
"vendor": "The GNU C Library",
"versions": [
{
"lessThan": "2.42",
"status": "affected",
"version": "2.4",
"versionType": "custom"
}
]
}
],
"datePublic": "2025-07-22T19:06:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library.\n\u003cbr\u003e"
}
],
"value": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library."
}
],
"impacts": [
{
"capecId": "CAPEC-123",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-123 Buffer Manipulation"
}
]
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "HIGH",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "LOW",
"userInteraction": "PASSIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-415",
"description": "CWE-415 Double Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-21T12:52:55.350Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"source": {
"discovery": "UNKNOWN"
},
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2025-8058",
"datePublished": "2025-07-23T19:57:17.138Z",
"dateReserved": "2025-07-22T18:33:43.424Z",
"dateUpdated": "2025-11-04T21:15:01.015Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-8058\",\"sourceIdentifier\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"published\":\"2025-07-23T20:15:27.747\",\"lastModified\":\"2025-11-04T22:16:44.440\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The regcomp function in the GNU C library version from 2.4 to 2.41 is \\nsubject to a double free if some previous allocation fails. It can be \\naccomplished either by a malloc failure or by using an interposed malloc\\n that injects random malloc failures. The double free can allow buffer \\nmanipulation depending of how the regex is constructed. This issue \\naffects all architectures and ABIs supported by the GNU C library.\"},{\"lang\":\"es\",\"value\":\"La funci\u00f3n regcomp en las versiones 2.4 a 2.41 de la librer\u00eda GNU C est\u00e1 sujeta a una doble liberaci\u00f3n si falla alguna asignaci\u00f3n previa. Esto puede lograrse mediante un fallo de malloc o mediante un malloc interpuesto que inyecta fallos aleatorios de malloc. La doble liberaci\u00f3n puede permitir la manipulaci\u00f3n del b\u00fafer seg\u00fan c\u00f3mo se construya la expresi\u00f3n regular. Este problema afecta a todas las arquitecturas y ABIs compatibles con la librer\u00eda GNU C.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"LOW\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"LOW\",\"subIntegrityImpact\":\"LOW\",\"subAvailabilityImpact\":\"HIGH\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]}],\"references\":[{\"url\":\"https://sourceware.org/bugzilla/show_bug.cgi?id=33185\",\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\"},{\"url\":\"https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f\",\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/23/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/23/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:15:01.015Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-8058\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-23T20:07:48.885332Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-23T20:07:52.660Z\"}}], \"cna\": {\"source\": {\"discovery\": \"UNKNOWN\"}, \"impacts\": [{\"capecId\": \"CAPEC-123\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-123 Buffer Manipulation\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 5.9, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"LOW\", \"vulnIntegrityImpact\": \"LOW\", \"subAvailabilityImpact\": \"HIGH\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"LOW\", \"vulnConfidentialityImpact\": \"LOW\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://sourceware.org/git/?p=glibc.git\", \"vendor\": \"The GNU C Library\", \"product\": \"glibc\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.4\", \"lessThan\": \"2.42\", \"versionType\": \"custom\"}], \"platforms\": [\"Linux\"], \"packageName\": \"glibc\", \"collectionURL\": \"https://www.gnu.org/software/libc/\", \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2025-07-22T19:06:00.000Z\", \"references\": [{\"url\": \"https://sourceware.org/bugzilla/show_bug.cgi?id=33185\"}, {\"url\": \"https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"The regcomp function in the GNU C library version from 2.4 to 2.41 is \\nsubject to a double free if some previous allocation fails. It can be \\naccomplished either by a malloc failure or by using an interposed malloc\\n that injects random malloc failures. The double free can allow buffer \\nmanipulation depending of how the regex is constructed. This issue \\naffects all architectures and ABIs supported by the GNU C library.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"The regcomp function in the GNU C library version from 2.4 to 2.41 is \\nsubject to a double free if some previous allocation fails. It can be \\naccomplished either by a malloc failure or by using an interposed malloc\\n that injects random malloc failures. The double free can allow buffer \\nmanipulation depending of how the regex is constructed. This issue \\naffects all architectures and ABIs supported by the GNU C library.\\n\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-415\", \"description\": \"CWE-415 Double Free\"}]}], \"providerMetadata\": {\"orgId\": \"3ff69d7a-14f2-4f67-a097-88dee7810d18\", \"shortName\": \"glibc\", \"dateUpdated\": \"2025-10-21T12:52:55.350Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-8058\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:15:01.015Z\", \"dateReserved\": \"2025-07-22T18:33:43.424Z\", \"assignerOrgId\": \"3ff69d7a-14f2-4f67-a097-88dee7810d18\", \"datePublished\": \"2025-07-23T19:57:17.138Z\", \"assignerShortName\": \"glibc\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
opensuse-su-2025:15460-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "openbao-2.3.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the openbao-2.3.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15460",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15460-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-54996 page",
"url": "https://www.suse.com/security/cve/CVE-2025-54996/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55000 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55000/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55003 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55003/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-5999 page",
"url": "https://www.suse.com/security/cve/CVE-2025-5999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6000 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6000/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6004 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6004/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6010 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6011 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6011/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6013 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6013/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6014 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6014/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6015 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6015/"
}
],
"title": "openbao-2.3.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-18T00:00:00Z",
"generator": {
"date": "2025-08-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15460-1",
"initial_release_date": "2025-08-18T00:00:00Z",
"revision_history": [
{
"date": "2025-08-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "openbao-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-2.3.2-1.1.aarch64",
"product_id": "openbao-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-agent-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-agent-2.3.2-1.1.aarch64",
"product_id": "openbao-agent-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"product_id": "openbao-cassandra-database-plugin-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"product_id": "openbao-influxdb-database-plugin-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"product_id": "openbao-mysql-database-plugin-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"product_id": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"product_id": "openbao-postgresql-database-plugin-2.3.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "openbao-server-2.3.2-1.1.aarch64",
"product": {
"name": "openbao-server-2.3.2-1.1.aarch64",
"product_id": "openbao-server-2.3.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "openbao-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-2.3.2-1.1.ppc64le",
"product_id": "openbao-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-agent-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-agent-2.3.2-1.1.ppc64le",
"product_id": "openbao-agent-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"product_id": "openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"product_id": "openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"product_id": "openbao-mysql-database-plugin-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"product_id": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"product_id": "openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "openbao-server-2.3.2-1.1.ppc64le",
"product": {
"name": "openbao-server-2.3.2-1.1.ppc64le",
"product_id": "openbao-server-2.3.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openbao-2.3.2-1.1.s390x",
"product": {
"name": "openbao-2.3.2-1.1.s390x",
"product_id": "openbao-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-agent-2.3.2-1.1.s390x",
"product": {
"name": "openbao-agent-2.3.2-1.1.s390x",
"product_id": "openbao-agent-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"product": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"product_id": "openbao-cassandra-database-plugin-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"product": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"product_id": "openbao-influxdb-database-plugin-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"product": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"product_id": "openbao-mysql-database-plugin-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"product": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"product_id": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"product": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"product_id": "openbao-postgresql-database-plugin-2.3.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "openbao-server-2.3.2-1.1.s390x",
"product": {
"name": "openbao-server-2.3.2-1.1.s390x",
"product_id": "openbao-server-2.3.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openbao-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-2.3.2-1.1.x86_64",
"product_id": "openbao-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-agent-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-agent-2.3.2-1.1.x86_64",
"product_id": "openbao-agent-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"product_id": "openbao-cassandra-database-plugin-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"product_id": "openbao-influxdb-database-plugin-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"product_id": "openbao-mysql-database-plugin-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"product_id": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"product_id": "openbao-postgresql-database-plugin-2.3.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "openbao-server-2.3.2-1.1.x86_64",
"product": {
"name": "openbao-server-2.3.2-1.1.x86_64",
"product_id": "openbao-server-2.3.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x"
},
"product_reference": "openbao-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-agent-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-agent-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-agent-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-agent-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-agent-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x"
},
"product_reference": "openbao-agent-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-agent-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-agent-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x"
},
"product_reference": "openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-cassandra-database-plugin-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x"
},
"product_reference": "openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-influxdb-database-plugin-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x"
},
"product_reference": "openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-database-plugin-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x"
},
"product_reference": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x"
},
"product_reference": "openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-postgresql-database-plugin-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-server-2.3.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64"
},
"product_reference": "openbao-server-2.3.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-server-2.3.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le"
},
"product_reference": "openbao-server-2.3.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-server-2.3.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x"
},
"product_reference": "openbao-server-2.3.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openbao-server-2.3.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
},
"product_reference": "openbao-server-2.3.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-54996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-54996"
}
],
"notes": [
{
"category": "general",
"text": "OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. In versions 2.3.1 and below, accounts with access to highly-privileged identity entity systems in root namespaces were able to increase their scope directly to the root policy. While the identity system allowed adding arbitrary policies, which in turn could contain capability grants on arbitrary paths, the root policy was restricted to manual generation using unseal or recovery key shares. The global root policy was not accessible from child namespaces. This issue is fixed in version 2.3.2. To workaround this vulnerability, use of denied_parameters in any policy which has access to the affected identity endpoints (on identity entities) may be sufficient to prohibit this type of attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-54996",
"url": "https://www.suse.com/security/cve/CVE-2025-54996"
},
{
"category": "external",
"summary": "SUSE Bug 1247888 for CVE-2025-54996",
"url": "https://bugzilla.suse.com/1247888"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-54996"
},
{
"cve": "CVE-2025-55000",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55000"
}
],
"notes": [
{
"category": "general",
"text": "OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. In versions 0.1.0 through 2.3.1, OpenBao\u0027s TOTP secrets engine could accept valid codes multiple times rather than strictly-once. This was caused by unexpected normalization in the underlying TOTP library. To work around, ensure that all codes are first normalized before submitting to the OpenBao endpoint. TOTP code verification is a privileged action; only trusted systems should be verifying codes.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55000",
"url": "https://www.suse.com/security/cve/CVE-2025-55000"
},
{
"category": "external",
"summary": "SUSE Bug 1247892 for CVE-2025-55000",
"url": "https://bugzilla.suse.com/1247892"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-55000"
},
{
"cve": "CVE-2025-55003",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55003"
}
],
"notes": [
{
"category": "general",
"text": "OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. In versions 2.3.1 and below, OpenBao\u0027s Login Multi-Factor Authentication (MFA) system allows enforcing MFA using Time-based One Time Password (TOTP). Due to normalization applied by the underlying TOTP library, codes were accepted which could contain whitespace; this whitespace could bypass internal rate limiting of the MFA method and allow reuse of existing MFA codes. This issue was fixed in version 2.3.2. To work around this, use of rate-limiting quotas can limit an attacker\u0027s ability to exploit this: https://openbao.org/api-docs/system/rate-limit-quotas/.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55003",
"url": "https://www.suse.com/security/cve/CVE-2025-55003"
},
{
"category": "external",
"summary": "SUSE Bug 1247894 for CVE-2025-55003",
"url": "https://bugzilla.suse.com/1247894"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-55003"
},
{
"cve": "CVE-2025-5999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-5999"
}
],
"notes": [
{
"category": "general",
"text": "A privileged Vault operator with write permissions to the root namespace\u0027s identity endpoint could escalate their own or another user\u0027s token privileges to Vault\u0027s root policy. Fixed in Vault Community Edition 1.20.0 and Vault Enterprise 1.20.0, 1.19.6, 1.18.11 and 1.16.22.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-5999",
"url": "https://www.suse.com/security/cve/CVE-2025-5999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-5999"
},
{
"cve": "CVE-2025-6000",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6000"
}
],
"notes": [
{
"category": "general",
"text": "A privileged Vault operator within the root namespace with write permission to {{sys/audit}} may obtain code execution on the underlying host if a plugin directory is set in Vault\u0027s configuration. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6000",
"url": "https://www.suse.com/security/cve/CVE-2025-6000"
},
{
"category": "external",
"summary": "SUSE Bug 1247546 for CVE-2025-6000",
"url": "https://bugzilla.suse.com/1247546"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-6000"
},
{
"cve": "CVE-2025-6004",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6004"
}
],
"notes": [
{
"category": "general",
"text": "Vault and Vault Enterprise\u0027s (\"Vault\") user lockout feature could be bypassed for Userpass and LDAP authentication methods. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6004",
"url": "https://www.suse.com/security/cve/CVE-2025-6004"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6004"
},
{
"cve": "CVE-2025-6010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6010"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6010",
"url": "https://www.suse.com/security/cve/CVE-2025-6010"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6010"
},
{
"cve": "CVE-2025-6011",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6011"
}
],
"notes": [
{
"category": "general",
"text": "A timing side channel in Vault and Vault Enterprise\u0027s (\"Vault\") userpass auth method allowed an attacker to distinguish between existing and non-existing users, and potentially enumerate valid usernames for Vault\u0027s Userpass auth method. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6011",
"url": "https://www.suse.com/security/cve/CVE-2025-6011"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2025-6011"
},
{
"cve": "CVE-2025-6013",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6013"
}
],
"notes": [
{
"category": "general",
"text": "Vault and Vault Enterprise\u0027s (\"Vault\") ldap auth method may not have correctly enforced MFA if username_as_alias was set to true and a user had multiple CNs that are equal but with leading or trailing spaces. Fixed in Vault Community Edition 1.20.2 and Vault Enterprise 1.20.2, 1.19.8, 1.18.13, and 1.16.24.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6013",
"url": "https://www.suse.com/security/cve/CVE-2025-6013"
},
{
"category": "external",
"summary": "SUSE Bug 1247698 for CVE-2025-6013",
"url": "https://bugzilla.suse.com/1247698"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6013"
},
{
"cve": "CVE-2025-6014",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6014"
}
],
"notes": [
{
"category": "general",
"text": "Vault and Vault Enterprise\u0027s (\"Vault\") TOTP Secrets Engine code validation endpoint is susceptible to code reuse within its validity period. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6014",
"url": "https://www.suse.com/security/cve/CVE-2025-6014"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6014"
},
{
"cve": "CVE-2025-6015",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6015"
}
],
"notes": [
{
"category": "general",
"text": "Vault and Vault Enterprise\u0027s (\"Vault\") login MFA rate limits could be bypassed and TOTP tokens could be reused. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6015",
"url": "https://www.suse.com/security/cve/CVE-2025-6015"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:openbao-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-agent-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-cassandra-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-influxdb-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-mysql-legacy-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-postgresql-database-plugin-2.3.2-1.1.x86_64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.aarch64",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.ppc64le",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.s390x",
"openSUSE Tumbleweed:openbao-server-2.3.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6015"
}
]
}
opensuse-su-2025:15459-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "glibc-2.42-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the glibc-2.42-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15459",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15459-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8058/"
}
],
"title": "glibc-2.42-1.1 on GA media",
"tracking": {
"current_release_date": "2025-08-18T00:00:00Z",
"generator": {
"date": "2025-08-18T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15459-1",
"initial_release_date": "2025-08-18T00:00:00Z",
"revision_history": [
{
"date": "2025-08-18T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.42-1.1.aarch64",
"product": {
"name": "glibc-2.42-1.1.aarch64",
"product_id": "glibc-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.42-1.1.aarch64",
"product": {
"name": "glibc-devel-2.42-1.1.aarch64",
"product_id": "glibc-devel-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.42-1.1.aarch64",
"product": {
"name": "glibc-devel-static-2.42-1.1.aarch64",
"product_id": "glibc-devel-static-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.42-1.1.aarch64",
"product": {
"name": "glibc-extra-2.42-1.1.aarch64",
"product_id": "glibc-extra-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-gconv-modules-extra-2.42-1.1.aarch64",
"product": {
"name": "glibc-gconv-modules-extra-2.42-1.1.aarch64",
"product_id": "glibc-gconv-modules-extra-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-html-2.42-1.1.aarch64",
"product": {
"name": "glibc-html-2.42-1.1.aarch64",
"product_id": "glibc-html-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-i18ndata-2.42-1.1.aarch64",
"product": {
"name": "glibc-i18ndata-2.42-1.1.aarch64",
"product_id": "glibc-i18ndata-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-info-2.42-1.1.aarch64",
"product": {
"name": "glibc-info-2.42-1.1.aarch64",
"product_id": "glibc-info-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-lang-2.42-1.1.aarch64",
"product": {
"name": "glibc-lang-2.42-1.1.aarch64",
"product_id": "glibc-lang-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.42-1.1.aarch64",
"product": {
"name": "glibc-locale-2.42-1.1.aarch64",
"product_id": "glibc-locale-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.42-1.1.aarch64",
"product": {
"name": "glibc-locale-base-2.42-1.1.aarch64",
"product_id": "glibc-locale-base-2.42-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.42-1.1.aarch64",
"product": {
"name": "glibc-profile-2.42-1.1.aarch64",
"product_id": "glibc-profile-2.42-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.42-1.1.ppc64le",
"product": {
"name": "glibc-2.42-1.1.ppc64le",
"product_id": "glibc-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.42-1.1.ppc64le",
"product": {
"name": "glibc-devel-2.42-1.1.ppc64le",
"product_id": "glibc-devel-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.42-1.1.ppc64le",
"product": {
"name": "glibc-devel-static-2.42-1.1.ppc64le",
"product_id": "glibc-devel-static-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.42-1.1.ppc64le",
"product": {
"name": "glibc-extra-2.42-1.1.ppc64le",
"product_id": "glibc-extra-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"product": {
"name": "glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"product_id": "glibc-gconv-modules-extra-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-html-2.42-1.1.ppc64le",
"product": {
"name": "glibc-html-2.42-1.1.ppc64le",
"product_id": "glibc-html-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-i18ndata-2.42-1.1.ppc64le",
"product": {
"name": "glibc-i18ndata-2.42-1.1.ppc64le",
"product_id": "glibc-i18ndata-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-info-2.42-1.1.ppc64le",
"product": {
"name": "glibc-info-2.42-1.1.ppc64le",
"product_id": "glibc-info-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-lang-2.42-1.1.ppc64le",
"product": {
"name": "glibc-lang-2.42-1.1.ppc64le",
"product_id": "glibc-lang-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.42-1.1.ppc64le",
"product": {
"name": "glibc-locale-2.42-1.1.ppc64le",
"product_id": "glibc-locale-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.42-1.1.ppc64le",
"product": {
"name": "glibc-locale-base-2.42-1.1.ppc64le",
"product_id": "glibc-locale-base-2.42-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.42-1.1.ppc64le",
"product": {
"name": "glibc-profile-2.42-1.1.ppc64le",
"product_id": "glibc-profile-2.42-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.42-1.1.s390x",
"product": {
"name": "glibc-2.42-1.1.s390x",
"product_id": "glibc-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.42-1.1.s390x",
"product": {
"name": "glibc-devel-2.42-1.1.s390x",
"product_id": "glibc-devel-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.42-1.1.s390x",
"product": {
"name": "glibc-devel-static-2.42-1.1.s390x",
"product_id": "glibc-devel-static-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.42-1.1.s390x",
"product": {
"name": "glibc-extra-2.42-1.1.s390x",
"product_id": "glibc-extra-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-gconv-modules-extra-2.42-1.1.s390x",
"product": {
"name": "glibc-gconv-modules-extra-2.42-1.1.s390x",
"product_id": "glibc-gconv-modules-extra-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-html-2.42-1.1.s390x",
"product": {
"name": "glibc-html-2.42-1.1.s390x",
"product_id": "glibc-html-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-i18ndata-2.42-1.1.s390x",
"product": {
"name": "glibc-i18ndata-2.42-1.1.s390x",
"product_id": "glibc-i18ndata-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-info-2.42-1.1.s390x",
"product": {
"name": "glibc-info-2.42-1.1.s390x",
"product_id": "glibc-info-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-lang-2.42-1.1.s390x",
"product": {
"name": "glibc-lang-2.42-1.1.s390x",
"product_id": "glibc-lang-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.42-1.1.s390x",
"product": {
"name": "glibc-locale-2.42-1.1.s390x",
"product_id": "glibc-locale-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.42-1.1.s390x",
"product": {
"name": "glibc-locale-base-2.42-1.1.s390x",
"product_id": "glibc-locale-base-2.42-1.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.42-1.1.s390x",
"product": {
"name": "glibc-profile-2.42-1.1.s390x",
"product_id": "glibc-profile-2.42-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.42-1.1.x86_64",
"product": {
"name": "glibc-2.42-1.1.x86_64",
"product_id": "glibc-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.42-1.1.x86_64",
"product": {
"name": "glibc-devel-2.42-1.1.x86_64",
"product_id": "glibc-devel-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.42-1.1.x86_64",
"product": {
"name": "glibc-devel-static-2.42-1.1.x86_64",
"product_id": "glibc-devel-static-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.42-1.1.x86_64",
"product": {
"name": "glibc-extra-2.42-1.1.x86_64",
"product_id": "glibc-extra-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-gconv-modules-extra-2.42-1.1.x86_64",
"product": {
"name": "glibc-gconv-modules-extra-2.42-1.1.x86_64",
"product_id": "glibc-gconv-modules-extra-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-html-2.42-1.1.x86_64",
"product": {
"name": "glibc-html-2.42-1.1.x86_64",
"product_id": "glibc-html-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-i18ndata-2.42-1.1.x86_64",
"product": {
"name": "glibc-i18ndata-2.42-1.1.x86_64",
"product_id": "glibc-i18ndata-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-info-2.42-1.1.x86_64",
"product": {
"name": "glibc-info-2.42-1.1.x86_64",
"product_id": "glibc-info-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-lang-2.42-1.1.x86_64",
"product": {
"name": "glibc-lang-2.42-1.1.x86_64",
"product_id": "glibc-lang-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.42-1.1.x86_64",
"product": {
"name": "glibc-locale-2.42-1.1.x86_64",
"product_id": "glibc-locale-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.42-1.1.x86_64",
"product": {
"name": "glibc-locale-base-2.42-1.1.x86_64",
"product_id": "glibc-locale-base-2.42-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.42-1.1.x86_64",
"product": {
"name": "glibc-profile-2.42-1.1.x86_64",
"product_id": "glibc-profile-2.42-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-2.42-1.1.aarch64"
},
"product_reference": "glibc-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-2.42-1.1.ppc64le"
},
"product_reference": "glibc-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-2.42-1.1.s390x"
},
"product_reference": "glibc-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-2.42-1.1.x86_64"
},
"product_reference": "glibc-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-2.42-1.1.aarch64"
},
"product_reference": "glibc-devel-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-2.42-1.1.ppc64le"
},
"product_reference": "glibc-devel-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-2.42-1.1.s390x"
},
"product_reference": "glibc-devel-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-2.42-1.1.x86_64"
},
"product_reference": "glibc-devel-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.aarch64"
},
"product_reference": "glibc-devel-static-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.ppc64le"
},
"product_reference": "glibc-devel-static-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.s390x"
},
"product_reference": "glibc-devel-static-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.x86_64"
},
"product_reference": "glibc-devel-static-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-extra-2.42-1.1.aarch64"
},
"product_reference": "glibc-extra-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-extra-2.42-1.1.ppc64le"
},
"product_reference": "glibc-extra-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-extra-2.42-1.1.s390x"
},
"product_reference": "glibc-extra-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-extra-2.42-1.1.x86_64"
},
"product_reference": "glibc-extra-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-modules-extra-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.aarch64"
},
"product_reference": "glibc-gconv-modules-extra-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-modules-extra-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.ppc64le"
},
"product_reference": "glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-modules-extra-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.s390x"
},
"product_reference": "glibc-gconv-modules-extra-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-modules-extra-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.x86_64"
},
"product_reference": "glibc-gconv-modules-extra-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-html-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-html-2.42-1.1.aarch64"
},
"product_reference": "glibc-html-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-html-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-html-2.42-1.1.ppc64le"
},
"product_reference": "glibc-html-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-html-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-html-2.42-1.1.s390x"
},
"product_reference": "glibc-html-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-html-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-html-2.42-1.1.x86_64"
},
"product_reference": "glibc-html-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.aarch64"
},
"product_reference": "glibc-i18ndata-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.ppc64le"
},
"product_reference": "glibc-i18ndata-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.s390x"
},
"product_reference": "glibc-i18ndata-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.x86_64"
},
"product_reference": "glibc-i18ndata-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-info-2.42-1.1.aarch64"
},
"product_reference": "glibc-info-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-info-2.42-1.1.ppc64le"
},
"product_reference": "glibc-info-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-info-2.42-1.1.s390x"
},
"product_reference": "glibc-info-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-info-2.42-1.1.x86_64"
},
"product_reference": "glibc-info-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-lang-2.42-1.1.aarch64"
},
"product_reference": "glibc-lang-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-lang-2.42-1.1.ppc64le"
},
"product_reference": "glibc-lang-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-lang-2.42-1.1.s390x"
},
"product_reference": "glibc-lang-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-lang-2.42-1.1.x86_64"
},
"product_reference": "glibc-lang-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-2.42-1.1.aarch64"
},
"product_reference": "glibc-locale-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-2.42-1.1.ppc64le"
},
"product_reference": "glibc-locale-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-2.42-1.1.s390x"
},
"product_reference": "glibc-locale-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-2.42-1.1.x86_64"
},
"product_reference": "glibc-locale-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.aarch64"
},
"product_reference": "glibc-locale-base-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.ppc64le"
},
"product_reference": "glibc-locale-base-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.s390x"
},
"product_reference": "glibc-locale-base-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.x86_64"
},
"product_reference": "glibc-locale-base-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.42-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-profile-2.42-1.1.aarch64"
},
"product_reference": "glibc-profile-2.42-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.42-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-profile-2.42-1.1.ppc64le"
},
"product_reference": "glibc-profile-2.42-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.42-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-profile-2.42-1.1.s390x"
},
"product_reference": "glibc-profile-2.42-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.42-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:glibc-profile-2.42-1.1.x86_64"
},
"product_reference": "glibc-profile-2.42-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8058"
}
],
"notes": [
{
"category": "general",
"text": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:glibc-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8058",
"url": "https://www.suse.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "SUSE Bug 1246965 for CVE-2025-8058",
"url": "https://bugzilla.suse.com/1246965"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:glibc-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:glibc-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-devel-static-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-gconv-modules-extra-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-html-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-i18ndata-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-info-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-lang-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-locale-base-2.42-1.1.x86_64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.aarch64",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.ppc64le",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.s390x",
"openSUSE Tumbleweed:glibc-profile-2.42-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-18T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8058"
}
]
}
CERTFR-2025-AVI-0756
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer 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).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"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-2021-44832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
},
{
"name": "CVE-2021-45105",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2013-1548",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2017-8046",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
},
{
"name": "CVE-2018-3280",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
},
{
"name": "CVE-2018-3137",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
},
{
"name": "CVE-2018-3285",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
},
{
"name": "CVE-2018-3182",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
},
{
"name": "CVE-2018-3186",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
},
{
"name": "CVE-2018-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
},
{
"name": "CVE-2018-3286",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
},
{
"name": "CVE-2018-3170",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
},
{
"name": "CVE-2018-3279",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
},
{
"name": "CVE-2018-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
},
{
"name": "CVE-2018-3203",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
},
{
"name": "CVE-2018-3145",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
},
{
"name": "CVE-2019-2530",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
},
{
"name": "CVE-2019-2436",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
},
{
"name": "CVE-2019-2539",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
},
{
"name": "CVE-2019-2494",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
},
{
"name": "CVE-2019-2535",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
},
{
"name": "CVE-2019-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
},
{
"name": "CVE-2019-2495",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
},
{
"name": "CVE-2019-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
},
{
"name": "CVE-2019-2536",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
},
{
"name": "CVE-2019-2502",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
},
{
"name": "CVE-2019-2634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
},
{
"name": "CVE-2019-2587",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
},
{
"name": "CVE-2019-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
},
{
"name": "CVE-2019-2691",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
},
{
"name": "CVE-2019-2606",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
},
{
"name": "CVE-2019-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
},
{
"name": "CVE-2019-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
},
{
"name": "CVE-2019-2623",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
},
{
"name": "CVE-2019-2695",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
},
{
"name": "CVE-2019-2596",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
},
{
"name": "CVE-2019-2580",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
},
{
"name": "CVE-2019-2644",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
},
{
"name": "CVE-2019-2681",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
},
{
"name": "CVE-2019-2617",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
},
{
"name": "CVE-2019-2636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
},
{
"name": "CVE-2019-2689",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
},
{
"name": "CVE-2019-2693",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
},
{
"name": "CVE-2019-2593",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
},
{
"name": "CVE-2019-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
},
{
"name": "CVE-2019-2585",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
},
{
"name": "CVE-2019-2631",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
},
{
"name": "CVE-2019-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
},
{
"name": "CVE-2019-2620",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
},
{
"name": "CVE-2019-2688",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
},
{
"name": "CVE-2019-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
},
{
"name": "CVE-2019-2635",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
},
{
"name": "CVE-2019-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
},
{
"name": "CVE-2019-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
},
{
"name": "CVE-2019-2685",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
},
{
"name": "CVE-2019-2687",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
},
{
"name": "CVE-2019-2607",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
},
{
"name": "CVE-2019-7317",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
},
{
"name": "CVE-2019-2811",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
},
{
"name": "CVE-2019-2740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
},
{
"name": "CVE-2019-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
},
{
"name": "CVE-2019-2808",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
},
{
"name": "CVE-2019-2738",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
},
{
"name": "CVE-2019-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
},
{
"name": "CVE-2019-2737",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
},
{
"name": "CVE-2019-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
},
{
"name": "CVE-2019-2778",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
},
{
"name": "CVE-2019-2822",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
},
{
"name": "CVE-2019-2802",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
},
{
"name": "CVE-2019-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
},
{
"name": "CVE-2019-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
},
{
"name": "CVE-2019-2826",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
},
{
"name": "CVE-2019-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
},
{
"name": "CVE-2019-2789",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
},
{
"name": "CVE-2019-2801",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
},
{
"name": "CVE-2019-2791",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
},
{
"name": "CVE-2019-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
},
{
"name": "CVE-2019-2796",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
},
{
"name": "CVE-2019-2815",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
},
{
"name": "CVE-2019-2810",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
},
{
"name": "CVE-2019-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
},
{
"name": "CVE-2019-2758",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
},
{
"name": "CVE-2019-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
},
{
"name": "CVE-2019-2785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
},
{
"name": "CVE-2019-2747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
},
{
"name": "CVE-2019-2741",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
},
{
"name": "CVE-2019-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
},
{
"name": "CVE-2019-2834",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
},
{
"name": "CVE-2019-2743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
},
{
"name": "CVE-2019-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
},
{
"name": "CVE-2019-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
},
{
"name": "CVE-2019-2797",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
},
{
"name": "CVE-2019-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
},
{
"name": "CVE-2019-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
},
{
"name": "CVE-2019-2746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
},
{
"name": "CVE-2019-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
},
{
"name": "CVE-2019-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
},
{
"name": "CVE-2019-2914",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
},
{
"name": "CVE-2019-2960",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
},
{
"name": "CVE-2019-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
},
{
"name": "CVE-2019-2968",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
},
{
"name": "CVE-2019-2993",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
},
{
"name": "CVE-2019-3009",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
},
{
"name": "CVE-2019-2969",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
},
{
"name": "CVE-2019-3011",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
},
{
"name": "CVE-2019-2967",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
},
{
"name": "CVE-2019-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
},
{
"name": "CVE-2019-2966",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
},
{
"name": "CVE-2019-2957",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
},
{
"name": "CVE-2019-2948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
},
{
"name": "CVE-2019-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
},
{
"name": "CVE-2019-3004",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
},
{
"name": "CVE-2019-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
},
{
"name": "CVE-2019-2911",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
},
{
"name": "CVE-2019-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
},
{
"name": "CVE-2019-2910",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
},
{
"name": "CVE-2019-3018",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
},
{
"name": "CVE-2019-2974",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
},
{
"name": "CVE-2019-2991",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
},
{
"name": "CVE-2019-2997",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
},
{
"name": "CVE-2019-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
},
{
"name": "CVE-2019-3003",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
},
{
"name": "CVE-2019-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
},
{
"name": "CVE-2019-2963",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
},
{
"name": "CVE-2020-2579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
},
{
"name": "CVE-2020-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
},
{
"name": "CVE-2020-2577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
},
{
"name": "CVE-2020-2679",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
},
{
"name": "CVE-2020-2570",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
},
{
"name": "CVE-2020-2572",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
},
{
"name": "CVE-2020-2627",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
},
{
"name": "CVE-2020-2660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
},
{
"name": "CVE-2020-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
},
{
"name": "CVE-2020-2573",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
},
{
"name": "CVE-2020-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
},
{
"name": "CVE-2020-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
},
{
"name": "CVE-2020-2574",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
},
{
"name": "CVE-2020-2770",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
},
{
"name": "CVE-2020-2925",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
},
{
"name": "CVE-2020-2853",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
},
{
"name": "CVE-2020-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
},
{
"name": "CVE-2020-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
},
{
"name": "CVE-2020-2897",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
},
{
"name": "CVE-2020-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"name": "CVE-2020-2765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
},
{
"name": "CVE-2020-2761",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
},
{
"name": "CVE-2020-2790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
},
{
"name": "CVE-2020-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"name": "CVE-2020-2904",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
},
{
"name": "CVE-2020-2893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
},
{
"name": "CVE-2020-2760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"name": "CVE-2020-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"name": "CVE-2020-2903",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
},
{
"name": "CVE-2020-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
},
{
"name": "CVE-2020-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
},
{
"name": "CVE-2020-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"name": "CVE-2020-2901",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
},
{
"name": "CVE-2020-2926",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
},
{
"name": "CVE-2020-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
},
{
"name": "CVE-2020-2921",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
},
{
"name": "CVE-2020-2779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
},
{
"name": "CVE-2020-2892",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
},
{
"name": "CVE-2020-2896",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
},
{
"name": "CVE-2020-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
},
{
"name": "CVE-2020-2895",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
},
{
"name": "CVE-2020-2930",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
},
{
"name": "CVE-2020-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"name": "CVE-2020-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
},
{
"name": "CVE-2020-2763",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
},
{
"name": "CVE-2020-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
},
{
"name": "CVE-2020-14567",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
},
{
"name": "CVE-2020-14559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
},
{
"name": "CVE-2020-14576",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
},
{
"name": "CVE-2020-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
},
{
"name": "CVE-2020-14547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
},
{
"name": "CVE-2020-14553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
},
{
"name": "CVE-2020-14539",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
},
{
"name": "CVE-2020-14845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
},
{
"name": "CVE-2020-14799",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
},
{
"name": "CVE-2020-14793",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
},
{
"name": "CVE-2020-14888",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
},
{
"name": "CVE-2020-14790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
},
{
"name": "CVE-2020-14789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
},
{
"name": "CVE-2020-14672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
},
{
"name": "CVE-2020-14846",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
},
{
"name": "CVE-2020-14771",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
},
{
"name": "CVE-2020-14873",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
},
{
"name": "CVE-2020-14791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
},
{
"name": "CVE-2020-14769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
},
{
"name": "CVE-2020-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
},
{
"name": "CVE-2020-14809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
},
{
"name": "CVE-2020-14860",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
},
{
"name": "CVE-2020-14866",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
},
{
"name": "CVE-2020-14861",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
},
{
"name": "CVE-2020-14773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
},
{
"name": "CVE-2020-14776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
},
{
"name": "CVE-2020-14852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
},
{
"name": "CVE-2020-14760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
},
{
"name": "CVE-2020-14870",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
},
{
"name": "CVE-2020-14837",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
},
{
"name": "CVE-2020-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
},
{
"name": "CVE-2020-14836",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
},
{
"name": "CVE-2020-14829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
},
{
"name": "CVE-2020-14868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
},
{
"name": "CVE-2020-14827",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
},
{
"name": "CVE-2020-14839",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
},
{
"name": "CVE-2020-14777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
},
{
"name": "CVE-2020-14812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
},
{
"name": "CVE-2020-14775",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
},
{
"name": "CVE-2020-14838",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
},
{
"name": "CVE-2020-14869",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
},
{
"name": "CVE-2020-14765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
},
{
"name": "CVE-2020-14814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
},
{
"name": "CVE-2020-14821",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
},
{
"name": "CVE-2020-14830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
},
{
"name": "CVE-2020-14828",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
},
{
"name": "CVE-2020-14804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
},
{
"name": "CVE-2020-14800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
},
{
"name": "CVE-2020-14891",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
},
{
"name": "CVE-2020-14848",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
},
{
"name": "CVE-2020-14867",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
},
{
"name": "CVE-2020-14785",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
},
{
"name": "CVE-2020-14794",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
},
{
"name": "CVE-2020-14786",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
},
{
"name": "CVE-2020-15358",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2021-2010",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
},
{
"name": "CVE-2021-2001",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
},
{
"name": "CVE-2021-2060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
},
{
"name": "CVE-2021-2014",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
},
{
"name": "CVE-2021-2032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"name": "CVE-2021-2036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
},
{
"name": "CVE-2021-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"name": "CVE-2021-2011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"name": "CVE-2021-2022",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2021-2308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
},
{
"name": "CVE-2021-2213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
},
{
"name": "CVE-2021-2172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
},
{
"name": "CVE-2021-2293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
},
{
"name": "CVE-2021-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
},
{
"name": "CVE-2021-2196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
},
{
"name": "CVE-2021-2194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"name": "CVE-2021-2298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
},
{
"name": "CVE-2021-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
},
{
"name": "CVE-2021-2179",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
},
{
"name": "CVE-2021-2307",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
},
{
"name": "CVE-2021-2217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
},
{
"name": "CVE-2021-2180",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"name": "CVE-2021-2203",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
},
{
"name": "CVE-2021-2144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"name": "CVE-2021-2226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
},
{
"name": "CVE-2021-2232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
},
{
"name": "CVE-2021-2169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
},
{
"name": "CVE-2021-2301",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
},
{
"name": "CVE-2021-2202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
},
{
"name": "CVE-2021-2166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"name": "CVE-2021-2174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"name": "CVE-2021-2154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"name": "CVE-2021-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
},
{
"name": "CVE-2021-2300",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
},
{
"name": "CVE-2021-2299",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
},
{
"name": "CVE-2021-2212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
},
{
"name": "CVE-2021-2178",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
},
{
"name": "CVE-2021-2146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
},
{
"name": "CVE-2021-2230",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
},
{
"name": "CVE-2021-2278",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
},
{
"name": "CVE-2021-2164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
},
{
"name": "CVE-2021-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
},
{
"name": "CVE-2021-2170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
},
{
"name": "CVE-2021-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
},
{
"name": "CVE-2021-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
},
{
"name": "CVE-2021-2171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
},
{
"name": "CVE-2021-2305",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
},
{
"name": "CVE-2021-2215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
},
{
"name": "CVE-2021-25214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2021-2370",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
},
{
"name": "CVE-2021-2389",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"name": "CVE-2021-2444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
},
{
"name": "CVE-2021-2429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
},
{
"name": "CVE-2021-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
},
{
"name": "CVE-2021-2427",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
},
{
"name": "CVE-2021-2339",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
},
{
"name": "CVE-2021-2425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
},
{
"name": "CVE-2021-2387",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
},
{
"name": "CVE-2021-2383",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
},
{
"name": "CVE-2021-2372",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"name": "CVE-2021-2399",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
},
{
"name": "CVE-2021-2384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
},
{
"name": "CVE-2021-2412",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
},
{
"name": "CVE-2021-2441",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
},
{
"name": "CVE-2021-2410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
},
{
"name": "CVE-2021-2342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
},
{
"name": "CVE-2021-2437",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
},
{
"name": "CVE-2021-2417",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
},
{
"name": "CVE-2021-2424",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
},
{
"name": "CVE-2021-2385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
},
{
"name": "CVE-2021-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
},
{
"name": "CVE-2021-2352",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
},
{
"name": "CVE-2021-2402",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
},
{
"name": "CVE-2021-2440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
},
{
"name": "CVE-2021-2340",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
},
{
"name": "CVE-2021-2390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
},
{
"name": "CVE-2021-2374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
},
{
"name": "CVE-2021-2356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
},
{
"name": "CVE-2021-2411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
},
{
"name": "CVE-2021-2418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
},
{
"name": "CVE-2021-2367",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
},
{
"name": "CVE-2021-2354",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
},
{
"name": "CVE-2021-2422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2020-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2021-35640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
},
{
"name": "CVE-2021-35626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
},
{
"name": "CVE-2021-2478",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
},
{
"name": "CVE-2021-35624",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
},
{
"name": "CVE-2021-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
},
{
"name": "CVE-2021-35628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
},
{
"name": "CVE-2021-35630",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
},
{
"name": "CVE-2021-35644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
},
{
"name": "CVE-2021-2479",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
},
{
"name": "CVE-2021-35638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
},
{
"name": "CVE-2021-35646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
},
{
"name": "CVE-2021-35596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
},
{
"name": "CVE-2021-35643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
},
{
"name": "CVE-2021-35637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
},
{
"name": "CVE-2021-35623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
},
{
"name": "CVE-2021-35632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
},
{
"name": "CVE-2021-35641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
},
{
"name": "CVE-2021-35604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"name": "CVE-2021-35636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
},
{
"name": "CVE-2021-35546",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
},
{
"name": "CVE-2021-35627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
},
{
"name": "CVE-2021-35625",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
},
{
"name": "CVE-2021-35608",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
},
{
"name": "CVE-2021-35597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
},
{
"name": "CVE-2021-35537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
},
{
"name": "CVE-2021-2481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
},
{
"name": "CVE-2021-35622",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
},
{
"name": "CVE-2021-35610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
},
{
"name": "CVE-2021-35633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
},
{
"name": "CVE-2021-35634",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
},
{
"name": "CVE-2021-35629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
},
{
"name": "CVE-2021-35631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
},
{
"name": "CVE-2021-35645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
},
{
"name": "CVE-2021-35647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
},
{
"name": "CVE-2021-35612",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
},
{
"name": "CVE-2021-35639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
},
{
"name": "CVE-2021-35648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
},
{
"name": "CVE-2021-35607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
},
{
"name": "CVE-2021-35602",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
},
{
"name": "CVE-2021-35577",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
},
{
"name": "CVE-2021-35642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
},
{
"name": "CVE-2021-35575",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
},
{
"name": "CVE-2021-35635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
},
{
"name": "CVE-2021-35591",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
},
{
"name": "CVE-2021-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
},
{
"name": "CVE-2021-3875",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2022-21352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
},
{
"name": "CVE-2022-21304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
},
{
"name": "CVE-2022-21254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
},
{
"name": "CVE-2022-21265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
},
{
"name": "CVE-2022-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
},
{
"name": "CVE-2022-21372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
},
{
"name": "CVE-2022-21245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
},
{
"name": "CVE-2022-21368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
},
{
"name": "CVE-2022-21339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
},
{
"name": "CVE-2022-21264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
},
{
"name": "CVE-2022-21297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
},
{
"name": "CVE-2022-21379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
},
{
"name": "CVE-2022-21253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
},
{
"name": "CVE-2022-21301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
},
{
"name": "CVE-2022-21378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
},
{
"name": "CVE-2022-21370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
},
{
"name": "CVE-2022-21302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
},
{
"name": "CVE-2022-21249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
},
{
"name": "CVE-2022-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
},
{
"name": "CVE-2022-21270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
},
{
"name": "CVE-2022-21367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
},
{
"name": "CVE-2022-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
},
{
"name": "CVE-2022-21362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
},
{
"name": "CVE-2022-21303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
},
{
"name": "CVE-2022-21256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
},
{
"name": "CVE-2022-21358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
},
{
"name": "CVE-2022-21374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2021-4193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2022-22965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2022-21418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
},
{
"name": "CVE-2022-21412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
},
{
"name": "CVE-2022-21437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
},
{
"name": "CVE-2022-21478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
},
{
"name": "CVE-2022-21479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
},
{
"name": "CVE-2022-21438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
},
{
"name": "CVE-2022-21440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
},
{
"name": "CVE-2022-21451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
},
{
"name": "CVE-2022-21427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
},
{
"name": "CVE-2022-21415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
},
{
"name": "CVE-2022-21459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
},
{
"name": "CVE-2022-21460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
},
{
"name": "CVE-2022-21414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
},
{
"name": "CVE-2022-21413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
},
{
"name": "CVE-2022-21436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
},
{
"name": "CVE-2022-21435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
},
{
"name": "CVE-2022-21462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
},
{
"name": "CVE-2022-21444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
},
{
"name": "CVE-2022-21417",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
},
{
"name": "CVE-2022-21457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
},
{
"name": "CVE-2022-21425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
},
{
"name": "CVE-2022-21452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2021-4122",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2022-21525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
},
{
"name": "CVE-2022-21537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
},
{
"name": "CVE-2022-21455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
},
{
"name": "CVE-2022-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
},
{
"name": "CVE-2022-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
},
{
"name": "CVE-2022-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
},
{
"name": "CVE-2022-21531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
},
{
"name": "CVE-2022-21515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
},
{
"name": "CVE-2022-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
},
{
"name": "CVE-2022-21527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
},
{
"name": "CVE-2022-21517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
},
{
"name": "CVE-2022-21539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
},
{
"name": "CVE-2022-21556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
},
{
"name": "CVE-2022-21509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
},
{
"name": "CVE-2022-21553",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
},
{
"name": "CVE-2022-21530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
},
{
"name": "CVE-2022-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
},
{
"name": "CVE-2022-21547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
},
{
"name": "CVE-2022-21569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
},
{
"name": "CVE-2022-21526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-0396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-21592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
},
{
"name": "CVE-2022-21617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
},
{
"name": "CVE-2022-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"name": "CVE-2022-21608",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
},
{
"name": "CVE-2022-21589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
},
{
"name": "CVE-2023-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
},
{
"name": "CVE-2023-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
},
{
"name": "CVE-2023-21879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
},
{
"name": "CVE-2023-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
},
{
"name": "CVE-2023-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
},
{
"name": "CVE-2023-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
},
{
"name": "CVE-2023-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
},
{
"name": "CVE-2023-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
},
{
"name": "CVE-2023-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
},
{
"name": "CVE-2023-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
},
{
"name": "CVE-2023-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
},
{
"name": "CVE-2023-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
},
{
"name": "CVE-2023-21840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
},
{
"name": "CVE-2023-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
},
{
"name": "CVE-2023-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
},
{
"name": "CVE-2023-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
},
{
"name": "CVE-2023-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
},
{
"name": "CVE-2023-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
},
{
"name": "CVE-2023-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
},
{
"name": "CVE-2023-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
},
{
"name": "CVE-2023-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
},
{
"name": "CVE-2023-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
},
{
"name": "CVE-2023-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
},
{
"name": "CVE-2023-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2023-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
},
{
"name": "CVE-2023-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
},
{
"name": "CVE-2023-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
},
{
"name": "CVE-2023-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
},
{
"name": "CVE-2023-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
},
{
"name": "CVE-2023-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
},
{
"name": "CVE-2023-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
},
{
"name": "CVE-2023-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
},
{
"name": "CVE-2023-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
},
{
"name": "CVE-2023-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
},
{
"name": "CVE-2023-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
},
{
"name": "CVE-2023-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-47100",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2022-27772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-26686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
},
{
"name": "CVE-2023-52572",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2023-3138",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2024-26739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-52757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
},
{
"name": "CVE-2024-35866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
},
{
"name": "CVE-2024-35867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
},
{
"name": "CVE-2024-35943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-35790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-21137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2024-36908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
},
{
"name": "CVE-2024-27402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2022-48893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
},
{
"name": "CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2023-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2022-21454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
},
{
"name": "CVE-2024-21193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
},
{
"name": "CVE-2024-21194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
},
{
"name": "CVE-2024-21196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
},
{
"name": "CVE-2024-21197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
},
{
"name": "CVE-2024-21198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
},
{
"name": "CVE-2024-21199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
},
{
"name": "CVE-2024-21201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
},
{
"name": "CVE-2024-21207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
},
{
"name": "CVE-2024-21209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
},
{
"name": "CVE-2024-21212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
},
{
"name": "CVE-2024-21213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
},
{
"name": "CVE-2024-21219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
},
{
"name": "CVE-2024-21236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
},
{
"name": "CVE-2024-21239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
},
{
"name": "CVE-2024-21241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-10487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
},
{
"name": "CVE-2024-10458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
},
{
"name": "CVE-2024-10459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
},
{
"name": "CVE-2024-10460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
},
{
"name": "CVE-2024-10461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
},
{
"name": "CVE-2024-10462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
},
{
"name": "CVE-2024-10463",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
},
{
"name": "CVE-2024-10464",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
},
{
"name": "CVE-2024-10465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
},
{
"name": "CVE-2024-10466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
},
{
"name": "CVE-2024-10467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
},
{
"name": "CVE-2024-10468",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2024-46816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
},
{
"name": "CVE-2024-11395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-11691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
},
{
"name": "CVE-2024-11692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
},
{
"name": "CVE-2024-11693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
},
{
"name": "CVE-2024-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
},
{
"name": "CVE-2024-11695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
},
{
"name": "CVE-2024-11696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
},
{
"name": "CVE-2024-11697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
},
{
"name": "CVE-2024-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
},
{
"name": "CVE-2024-11699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
},
{
"name": "CVE-2024-11700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
},
{
"name": "CVE-2024-11701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
},
{
"name": "CVE-2024-11702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
},
{
"name": "CVE-2024-11703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
},
{
"name": "CVE-2024-11704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
},
{
"name": "CVE-2024-11705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
},
{
"name": "CVE-2024-11706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
},
{
"name": "CVE-2024-11708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-0237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
},
{
"name": "CVE-2025-0238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
},
{
"name": "CVE-2025-0239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
},
{
"name": "CVE-2025-0240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
},
{
"name": "CVE-2025-0241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
},
{
"name": "CVE-2025-0242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
},
{
"name": "CVE-2025-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
},
{
"name": "CVE-2025-0245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
},
{
"name": "CVE-2025-0247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
},
{
"name": "CVE-2025-0434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
},
{
"name": "CVE-2025-0435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
},
{
"name": "CVE-2025-0436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
},
{
"name": "CVE-2025-0437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
},
{
"name": "CVE-2025-0438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
},
{
"name": "CVE-2025-0439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
},
{
"name": "CVE-2025-0440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
},
{
"name": "CVE-2025-0441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
},
{
"name": "CVE-2025-0442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
},
{
"name": "CVE-2025-0443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
},
{
"name": "CVE-2025-0446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
},
{
"name": "CVE-2025-0447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
},
{
"name": "CVE-2025-0448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-0612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
},
{
"name": "CVE-2025-0445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
},
{
"name": "CVE-2025-0451",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
},
{
"name": "CVE-2025-0762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
},
{
"name": "CVE-2025-1009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
},
{
"name": "CVE-2025-1010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
},
{
"name": "CVE-2025-1011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
},
{
"name": "CVE-2025-1012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
},
{
"name": "CVE-2025-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
},
{
"name": "CVE-2025-1014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
},
{
"name": "CVE-2025-1017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
},
{
"name": "CVE-2025-1018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
},
{
"name": "CVE-2025-1019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
},
{
"name": "CVE-2025-1020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2025-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
},
{
"name": "CVE-2025-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
},
{
"name": "CVE-2025-0997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
},
{
"name": "CVE-2025-0998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
},
{
"name": "CVE-2025-0999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
},
{
"name": "CVE-2025-1006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
},
{
"name": "CVE-2025-1426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-39017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-1914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
},
{
"name": "CVE-2025-1915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
},
{
"name": "CVE-2025-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
},
{
"name": "CVE-2025-1917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
},
{
"name": "CVE-2025-1918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
},
{
"name": "CVE-2025-1919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
},
{
"name": "CVE-2025-1921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
},
{
"name": "CVE-2025-1922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
},
{
"name": "CVE-2025-1923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
},
{
"name": "CVE-2025-1930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
},
{
"name": "CVE-2025-1931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
},
{
"name": "CVE-2025-1932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
},
{
"name": "CVE-2025-1933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
},
{
"name": "CVE-2025-1934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
},
{
"name": "CVE-2025-1935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
},
{
"name": "CVE-2025-1936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
},
{
"name": "CVE-2025-1937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
},
{
"name": "CVE-2025-1938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
},
{
"name": "CVE-2025-1939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
},
{
"name": "CVE-2025-1940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
},
{
"name": "CVE-2025-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
},
{
"name": "CVE-2025-1942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
},
{
"name": "CVE-2025-1943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
},
{
"name": "CVE-2025-1920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
},
{
"name": "CVE-2025-2135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
},
{
"name": "CVE-2025-2136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
},
{
"name": "CVE-2025-2137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-45772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
},
{
"name": "CVE-2025-2476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
},
{
"name": "CVE-2025-2857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-2783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2025-3066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
},
{
"name": "CVE-2025-3067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
},
{
"name": "CVE-2025-3068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
},
{
"name": "CVE-2025-3071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
},
{
"name": "CVE-2025-3072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
},
{
"name": "CVE-2025-3073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
},
{
"name": "CVE-2025-3074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
},
{
"name": "CVE-2025-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
},
{
"name": "CVE-2025-3029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
},
{
"name": "CVE-2025-3030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
},
{
"name": "CVE-2025-3031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
},
{
"name": "CVE-2025-3032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
},
{
"name": "CVE-2025-3033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
},
{
"name": "CVE-2025-3034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
},
{
"name": "CVE-2025-3035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2025-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-3619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
},
{
"name": "CVE-2025-3620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-4050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
},
{
"name": "CVE-2025-4051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
},
{
"name": "CVE-2025-4052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
},
{
"name": "CVE-2025-4096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
},
{
"name": "CVE-2025-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
},
{
"name": "CVE-2025-4082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
},
{
"name": "CVE-2025-4083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
},
{
"name": "CVE-2025-4085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
},
{
"name": "CVE-2025-4087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
},
{
"name": "CVE-2025-4088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
},
{
"name": "CVE-2025-4089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
},
{
"name": "CVE-2025-4090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
},
{
"name": "CVE-2025-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
},
{
"name": "CVE-2025-4092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2024-46742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
},
{
"name": "CVE-2025-3277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
},
{
"name": "CVE-2025-4609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
},
{
"name": "CVE-2025-4664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
},
{
"name": "CVE-2025-4372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-4918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
},
{
"name": "CVE-2025-4919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2025-5063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
},
{
"name": "CVE-2025-5064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
},
{
"name": "CVE-2025-5065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
},
{
"name": "CVE-2025-5066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
},
{
"name": "CVE-2025-5067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-5263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
},
{
"name": "CVE-2025-5264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
},
{
"name": "CVE-2025-5265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
},
{
"name": "CVE-2025-5266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
},
{
"name": "CVE-2025-5267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
},
{
"name": "CVE-2025-5268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
},
{
"name": "CVE-2025-5270",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
},
{
"name": "CVE-2025-5271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
},
{
"name": "CVE-2025-5272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
},
{
"name": "CVE-2025-5281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2025-37964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2025-5068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
},
{
"name": "CVE-2025-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-49709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
},
{
"name": "CVE-2025-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-5958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
},
{
"name": "CVE-2025-5959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-6191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
},
{
"name": "CVE-2025-6192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2022-49168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-6424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
},
{
"name": "CVE-2025-6425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
},
{
"name": "CVE-2025-6426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
},
{
"name": "CVE-2025-6427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
},
{
"name": "CVE-2025-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
},
{
"name": "CVE-2025-6430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
},
{
"name": "CVE-2025-6432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
},
{
"name": "CVE-2025-6433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
},
{
"name": "CVE-2025-6434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-6555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
},
{
"name": "CVE-2025-6556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
},
{
"name": "CVE-2025-6557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
},
{
"name": "CVE-2025-6435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
},
{
"name": "CVE-2025-6436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
},
{
"name": "CVE-2025-6554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
},
{
"name": "CVE-2025-7657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2022-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-8010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
},
{
"name": "CVE-2025-8011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
},
{
"name": "CVE-2025-8027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
},
{
"name": "CVE-2025-8028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
},
{
"name": "CVE-2025-8029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
},
{
"name": "CVE-2025-8030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
},
{
"name": "CVE-2025-8031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
},
{
"name": "CVE-2025-8032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
},
{
"name": "CVE-2025-8033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
},
{
"name": "CVE-2025-8034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
},
{
"name": "CVE-2025-8035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
},
{
"name": "CVE-2025-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
},
{
"name": "CVE-2025-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
},
{
"name": "CVE-2025-8038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
},
{
"name": "CVE-2025-8039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
},
{
"name": "CVE-2025-8040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
},
{
"name": "CVE-2025-8041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
},
{
"name": "CVE-2025-8043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
},
{
"name": "CVE-2025-8044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-8292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-8576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
},
{
"name": "CVE-2025-8577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
},
{
"name": "CVE-2025-8578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
},
{
"name": "CVE-2025-8579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
},
{
"name": "CVE-2025-8580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
},
{
"name": "CVE-2025-8581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
},
{
"name": "CVE-2025-8582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
},
{
"name": "CVE-2025-8583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2025-8879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
},
{
"name": "CVE-2025-8880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
},
{
"name": "CVE-2025-8881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
},
{
"name": "CVE-2025-8882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
},
{
"name": "CVE-2025-8901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-9132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2008-5727",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
},
{
"name": "CVE-2008-5728",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
},
{
"name": "CVE-2008-5729",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
},
{
"name": "CVE-2008-5730",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
},
{
"name": "CVE-2008-5742",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2015-2214",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2016-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
},
{
"name": "CVE-2016-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2017-12195",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
},
{
"name": "CVE-2017-12629",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2018-1000169",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
},
{
"name": "CVE-2018-1196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
},
{
"name": "CVE-2018-1273",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2019-9658",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2021-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
},
{
"name": "CVE-2021-20304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
},
{
"name": "CVE-2021-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
},
{
"name": "CVE-2021-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
},
{
"name": "CVE-2021-3236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
},
{
"name": "CVE-2022-0635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
},
{
"name": "CVE-2022-0667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2023-4320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
},
{
"name": "CVE-2023-43785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
},
{
"name": "CVE-2023-43786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
},
{
"name": "CVE-2023-43787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
},
{
"name": "CVE-2023-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2023-5189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2024-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
},
{
"name": "CVE-2024-2397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-31047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-8262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-9179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
},
{
"name": "CVE-2025-9180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
},
{
"name": "CVE-2025-9181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
},
{
"name": "CVE-2025-9182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
},
{
"name": "CVE-2025-9183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
},
{
"name": "CVE-2025-9184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
},
{
"name": "CVE-2025-9185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
},
{
"name": "CVE-2025-9187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
},
{
"name": "CVE-2025-9308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
}
],
"initial_release_date": "2025-09-05T00:00:00",
"last_revision_date": "2025-09-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0756",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
}
]
}
CERTFR-2025-AVI-0935
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer 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).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Gemfire | Tanzu GemFire versions antérieures à 10.2.0 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 7.2.x antérieures à 7.2.11 | ||
| VMware | Tanzu Gemfire | Tanzu GemFire Management Console versions antérieures à 1.4.1 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 3.x antérieures à 3.2.0 sur Kubernetes | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.1.x antérieures à 8.1.4 | ||
| VMware | Tanzu | Tanzu pour Valkey versions 8.0.x antérieures à 8.0.6 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.2.0",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 7.2.x ant\u00e9rieures \u00e0 7.2.11",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire Management Console versions ant\u00e9rieures \u00e0 1.4.1",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 3.x ant\u00e9rieures \u00e0 3.2.0 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.1.x ant\u00e9rieures \u00e0 8.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.0.x ant\u00e9rieures \u00e0 8.0.6",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"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-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-49844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49844"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-46819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46819"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-46817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46817"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8869"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-27151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27151"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-46818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46818"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-10-29T00:00:00",
"last_revision_date": "2025-10-29T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0935",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-29T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36259",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36259"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36260",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36260"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36261",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36261"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36258",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36258"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36262",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36262"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36263",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36263"
},
{
"published_at": "2025-10-28",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36264",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36264"
}
]
}
CERTFR-2025-AVI-0947
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, 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 | ||
|---|---|---|---|---|
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.2.x antérieures à 6.2.0.9.iFix005 pour Unix | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.4.x antérieures à 6.4.0.2.iFix004 pour Unix | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP14 | ||
| IBM | QRadar Hub | Qradar Hub versions antérieures à 3.9.0 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.3.x antérieures à 6.3.0.5.iFix008 pour Unix | ||
| IBM | QRadar | QRadar Incident Forensics versions 7.5.x antérieures à 7.5.0 UP14 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Direct versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.9.iFix005 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.2.iFix004 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP14",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Qradar Hub versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar Hub",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.5.iFix008 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Incident Forensics versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP14",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"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-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-54389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54389"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2022-26336",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26336"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2023-45145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45145"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-36007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36007"
},
{
"name": "CVE-2012-0868",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0868"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2024-21096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21096"
},
{
"name": "CVE-2019-10130",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10130"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36137"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2017-7484",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7484"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
}
],
"initial_release_date": "2025-10-31T00:00:00",
"last_revision_date": "2025-10-31T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0947",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-31T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249678",
"url": "https://www.ibm.com/support/pages/node/7249678"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249277",
"url": "https://www.ibm.com/support/pages/node/7249277"
},
{
"published_at": "2025-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249661",
"url": "https://www.ibm.com/support/pages/node/7249661"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249276",
"url": "https://www.ibm.com/support/pages/node/7249276"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer 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).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"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-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
rhsa-2025:13240
Vulnerability from csaf_redhat
Notes
{
"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 glibc 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 glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.\n\nSecurity Fix(es):\n\n* glibc: Double free in glibc (CVE-2025-8058)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13240",
"url": "https://access.redhat.com/errata/RHSA-2025:13240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13240.json"
}
],
"title": "Red Hat Security Advisory: glibc security update",
"tracking": {
"current_release_date": "2025-11-06T23:41:56+00:00",
"generator": {
"date": "2025-11-06T23:41:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:13240",
"initial_release_date": "2025-08-06T13:49:57+00:00",
"revision_history": [
{
"date": "2025-08-06T13:49:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-06T13:49:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:41:56+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.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"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.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.39-46.el10_0.src",
"product": {
"name": "glibc-0:2.39-46.el10_0.src",
"product_id": "glibc-0:2.39-46.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.39-46.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-common-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-common-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gbm@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rif@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ssy@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-su@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-syr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tok@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zgh@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.39-46.el10_0.aarch64",
"product": {
"name": "libnsl-0:2.39-46.el10_0.aarch64",
"product_id": "libnsl-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"product_id": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-devel-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-devel-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-utils-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-utils-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.39-46.el10_0.aarch64",
"product": {
"name": "glibc-static-0:2.39-46.el10_0.aarch64",
"product_id": "glibc-static-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.39-46.el10_0.aarch64",
"product": {
"name": "nss_db-0:2.39-46.el10_0.aarch64",
"product_id": "nss_db-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.39-46.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"product": {
"name": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"product_id": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.39-46.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-common-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-common-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gbm@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rif@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ssy@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-su@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-syr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tok@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zgh@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "libnsl-0:2.39-46.el10_0.ppc64le",
"product_id": "libnsl-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_id": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "glibc-static-0:2.39-46.el10_0.ppc64le",
"product_id": "glibc-static-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "nss_db-0:2.39-46.el10_0.ppc64le",
"product_id": "nss_db-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.39-46.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"product": {
"name": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"product_id": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.39-46.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-common-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-common-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gbm@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rif@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ssy@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-su@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-syr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tok@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zgh@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.39-46.el10_0.x86_64",
"product": {
"name": "libnsl-0:2.39-46.el10_0.x86_64",
"product_id": "libnsl-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc32-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"product_id": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-devel-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-devel-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-utils-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-utils-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.39-46.el10_0.x86_64",
"product": {
"name": "glibc-static-0:2.39-46.el10_0.x86_64",
"product_id": "glibc-static-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.39-46.el10_0.x86_64",
"product": {
"name": "nss_db-0:2.39-46.el10_0.x86_64",
"product_id": "nss_db-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.39-46.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"product": {
"name": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"product_id": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.39-46.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-0:2.39-46.el10_0.s390x",
"product_id": "glibc-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"product_id": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-common-0:2.39-46.el10_0.s390x",
"product_id": "glibc-common-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"product_id": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gbm@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rif@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ssy@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-su@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-syr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tok@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zgh@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"product_id": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"product_id": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.39-46.el10_0.s390x",
"product": {
"name": "libnsl-0:2.39-46.el10_0.s390x",
"product_id": "libnsl-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"product_id": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"product": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"product_id": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-devel-0:2.39-46.el10_0.s390x",
"product_id": "glibc-devel-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"product_id": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-utils-0:2.39-46.el10_0.s390x",
"product_id": "glibc-utils-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"product_id": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"product_id": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.39-46.el10_0.s390x",
"product": {
"name": "glibc-static-0:2.39-46.el10_0.s390x",
"product_id": "glibc-static-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.39-46.el10_0.s390x",
"product": {
"name": "nss_db-0:2.39-46.el10_0.s390x",
"product_id": "nss_db-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.39-46.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.39-46.el10_0.s390x",
"product": {
"name": "nss_hesiod-0:2.39-46.el10_0.s390x",
"product_id": "nss_hesiod-0:2.39-46.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.39-46.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-doc-0:2.39-46.el10_0.noarch",
"product": {
"name": "glibc-doc-0:2.39-46.el10_0.noarch",
"product_id": "glibc-doc-0:2.39-46.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-doc@2.39-46.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-0:2.39-46.el10_0.src"
},
"product_reference": "glibc-0:2.39-46.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.39-46.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch"
},
"product_reference": "glibc-doc-0:2.39-46.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.src"
},
"product_reference": "glibc-0:2.39-46.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.39-46.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch"
},
"product_reference": "glibc-doc-0:2.39-46.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-0:2.39-46.el10_0.src"
},
"product_reference": "glibc-0:2.39-46.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-debugsource-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.39-46.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch"
},
"product_reference": "glibc-doc-0:2.39-46.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-su-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-locale-source-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-static-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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:glibc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.src",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.src",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.src",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T13:49:57+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",
"product_ids": [
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.src",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.src",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.src",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13240"
},
{
"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.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.src",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.src",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.src",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.src",
"AppStream-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"AppStream-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.src",
"BaseOS-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"BaseOS-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.src",
"CRB-10.0.Z:glibc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-all-langpacks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-benchtests-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-common-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-debugsource-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-doc-0:2.39-46.el10_0.noarch",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-gconv-extra-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-aa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-af-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-agr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-am-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-an-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-anp-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ar-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-as-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ast-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ayc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-az-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-be-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bem-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ber-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bhb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bho-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-br-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-brx-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-bs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-byn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ca-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ce-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-chr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ckb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cmn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-crh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-csb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-cy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-da-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-de-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-doi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-dz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-el-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-en-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-es-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-et-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-eu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ff-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fil-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-fy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ga-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gbm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gez-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-gv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ha-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hak-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-he-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hsb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ht-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-hy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ia-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-id-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ik-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-is-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-it-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-iu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ja-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ka-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kab-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-km-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ko-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ks-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ku-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-kw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ky-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-li-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lij-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ln-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-lzh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mag-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mai-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mfe-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mhr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-miq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mjw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ml-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mni-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mnw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ms-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-mt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-my-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nan-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nb-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nds-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ne-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nhn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-niu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-nso-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-oc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-om-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-or-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-os-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pap-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ps-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-pt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-quz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-raj-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rif-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ro-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ru-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-rw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sah-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sat-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sc-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sd-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-se-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sgs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-shs-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-si-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sid-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-so-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sq-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ss-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ssy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-st-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-su-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sv-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-sw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-syr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-szl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ta-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tcy-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-te-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tg-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-th-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-the-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ti-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tig-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tn-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-to-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tok-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tpi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tr-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ts-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-tt-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ug-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uk-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-unm-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ur-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-uz-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-ve-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-vi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wa-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wae-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wal-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-wo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-xh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yi-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yue-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-yuw-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zgh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zh-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-langpack-zu-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-locale-source-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-minimal-langpack-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-nss-devel-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-static-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:glibc-utils-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:glibc32-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:libnsl-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_db-debuginfo-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-0:2.39-46.el10_0.x86_64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.aarch64",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.ppc64le",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.s390x",
"CRB-10.0.Z:nss_hesiod-debuginfo-0:2.39-46.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
}
]
}
rhsa-2025:12748
Vulnerability from csaf_redhat
Notes
{
"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 glibc is now available for Red Hat Enterprise Linux 9.\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 glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.\n\nSecurity Fix(es):\n\n* glibc: Double free in glibc (CVE-2025-8058)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12748",
"url": "https://access.redhat.com/errata/RHSA-2025:12748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12748.json"
}
],
"title": "Red Hat Security Advisory: glibc security update",
"tracking": {
"current_release_date": "2025-11-06T23:41:52+00:00",
"generator": {
"date": "2025-11-06T23:41:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:12748",
"initial_release_date": "2025-08-04T17:33:16+00:00",
"revision_history": [
{
"date": "2025-08-04T17:33:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-04T17:33:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:41:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_id": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nss_db-0:2.34-168.el9_6.23.aarch64",
"product_id": "nss_db-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"product_id": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"product_id": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "libnsl-0:2.34-168.el9_6.23.aarch64",
"product_id": "libnsl-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.34-168.el9_6.23?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.34-168.el9_6.23.aarch64",
"product": {
"name": "nscd-0:2.34-168.el9_6.23.aarch64",
"product_id": "nscd-0:2.34-168.el9_6.23.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.34-168.el9_6.23?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"product_id": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"product_id": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.34-168.el9_6.23?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.34-168.el9_6.23.ppc64le",
"product": {
"name": "nscd-0:2.34-168.el9_6.23.ppc64le",
"product_id": "nscd-0:2.34-168.el9_6.23.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.34-168.el9_6.23?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-devel-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-devel-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-devel-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"product": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"product_id": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-static-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-static-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.34-168.el9_6.23.i686",
"product": {
"name": "nss_db-0:2.34-168.el9_6.23.i686",
"product_id": "nss_db-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"product": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"product_id": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"product": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"product_id": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.34-168.el9_6.23?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.34-168.el9_6.23.i686",
"product": {
"name": "libnsl-0:2.34-168.el9_6.23.i686",
"product_id": "libnsl-0:2.34-168.el9_6.23.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.34-168.el9_6.23?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_id": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nss_db-0:2.34-168.el9_6.23.x86_64",
"product_id": "nss_db-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"product_id": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"product_id": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "libnsl-0:2.34-168.el9_6.23.x86_64",
"product_id": "libnsl-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.34-168.el9_6.23?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.34-168.el9_6.23.x86_64",
"product": {
"name": "nscd-0:2.34-168.el9_6.23.x86_64",
"product_id": "nscd-0:2.34-168.el9_6.23.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.34-168.el9_6.23?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_id": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-static-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-static-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nss_db-0:2.34-168.el9_6.23.s390x",
"product_id": "nss_db-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"product_id": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-common-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-common-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ckb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mnw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"product_id": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "libnsl-0:2.34-168.el9_6.23.s390x",
"product_id": "libnsl-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.34-168.el9_6.23?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.34-168.el9_6.23.s390x",
"product": {
"name": "nscd-0:2.34-168.el9_6.23.s390x",
"product_id": "nscd-0:2.34-168.el9_6.23.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.34-168.el9_6.23?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"product": {
"name": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"product_id": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-doc@2.34-168.el9_6.23?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.34-168.el9_6.23.src",
"product": {
"name": "glibc-0:2.34-168.el9_6.23.src",
"product_id": "glibc-0:2.34-168.el9_6.23.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.34-168.el9_6.23?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.34-168.el9_6.23.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch"
},
"product_reference": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.34-168.el9_6.23.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch"
},
"product_reference": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.34-168.el9_6.23.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch"
},
"product_reference": "glibc-doc-0:2.34-168.el9_6.23.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-headers-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-static-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-04T17:33:16+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",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12748"
},
{
"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-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.src",
"CRB-9.6.0.Z.MAIN.EUS:glibc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-debugsource-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-doc-0:2.34-168.el9_6.23.noarch",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-headers-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-af-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-am-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-an-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-as-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-az-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-be-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-br-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ckb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-da-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-de-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-el-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-en-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-es-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-et-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-he-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-id-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-is-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-it-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-km-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-li-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mnw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-my-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-om-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-or-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-os-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-se-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-si-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-so-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-st-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-te-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-th-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-the-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-to-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-locale-source-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-nss-devel-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-static-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nscd-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-0:2.34-168.el9_6.23.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.i686",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.s390x",
"CRB-9.6.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.34-168.el9_6.23.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
}
]
}
rhsa-2025:12980
Vulnerability from csaf_redhat
Notes
{
"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 glibc is now available for Red Hat Enterprise Linux 8.\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 glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.\n\nSecurity Fix(es):\n\n* glibc: Double free in glibc (CVE-2025-8058)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:12980",
"url": "https://access.redhat.com/errata/RHSA-2025:12980"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12980.json"
}
],
"title": "Red Hat Security Advisory: glibc security update",
"tracking": {
"current_release_date": "2025-11-06T23:41:55+00:00",
"generator": {
"date": "2025-11-06T23:41:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:12980",
"initial_release_date": "2025-08-05T11:30:34+00:00",
"revision_history": [
{
"date": "2025-08-05T11:30:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-05T11:30:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:41:55+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 BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"product_id": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-libpthread-nonshared@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_id": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "libnsl-0:2.28-251.el8_10.25.aarch64",
"product_id": "libnsl-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nscd-0:2.28-251.el8_10.25.aarch64",
"product_id": "nscd-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nss_db-0:2.28-251.el8_10.25.aarch64",
"product_id": "nss_db-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"product_id": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.28-251.el8_10.25?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"product": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"product_id": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.28-251.el8_10.25?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"product_id": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-libpthread-nonshared@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"product_id": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nscd-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nscd-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"product_id": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.28-251.el8_10.25?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"product": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"product_id": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.28-251.el8_10.25?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"product_id": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-libpthread-nonshared@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_id": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "libnsl-0:2.28-251.el8_10.25.x86_64",
"product_id": "libnsl-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nscd-0:2.28-251.el8_10.25.x86_64",
"product_id": "nscd-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nss_db-0:2.28-251.el8_10.25.x86_64",
"product_id": "nss_db-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"product_id": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.28-251.el8_10.25?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"product": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"product_id": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.28-251.el8_10.25?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"product_id": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-libpthread-nonshared@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_id": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-common-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-common-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "libnsl-0:2.28-251.el8_10.25.s390x",
"product_id": "libnsl-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nscd-0:2.28-251.el8_10.25.s390x",
"product_id": "nscd-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nss_db-0:2.28-251.el8_10.25.s390x",
"product_id": "nss_db-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "glibc-static-0:2.28-251.el8_10.25.s390x",
"product_id": "glibc-static-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.28-251.el8_10.25?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"product": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"product_id": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.28-251.el8_10.25?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.src",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.src",
"product_id": "glibc-0:2.28-251.el8_10.25.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-devel-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-devel-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-headers-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-headers-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-251.el8_10.25.i686",
"product": {
"name": "libnsl-0:2.28-251.el8_10.25.i686",
"product_id": "libnsl-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-251.el8_10.25.i686",
"product": {
"name": "nss_db-0:2.28-251.el8_10.25.i686",
"product_id": "nss_db-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debugsource@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-benchtests-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-gconv-extra-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"product": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"product_id": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod-debuginfo@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-nss-devel@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.28-251.el8_10.25.i686",
"product": {
"name": "glibc-static-0:2.28-251.el8_10.25.i686",
"product_id": "glibc-static-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.28-251.el8_10.25?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"product": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"product_id": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_hesiod@2.28-251.el8_10.25?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"product": {
"name": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"product_id": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-doc@2.28-251.el8_10.25?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.28-251.el8_10.25.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch"
},
"product_reference": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.28-251.el8_10.25.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch"
},
"product_reference": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-doc-0:2.28-251.el8_10.25.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch"
},
"product_reference": "glibc-doc-0:2.28-251.el8_10.25.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-headers-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-static-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
},
"product_reference": "nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-05T11:30:34+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:12980"
},
{
"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-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:compat-libpthread-nonshared-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.src",
"CRB-8.10.0.Z.MAIN.EUS:glibc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-all-langpacks-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-benchtests-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-common-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-debugsource-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-doc-0:2.28-251.el8_10.25.noarch",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-gconv-extra-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-headers-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-aa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-af-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-agr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-am-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-an-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-anp-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ar-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-as-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ast-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ayc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-az-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-be-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bem-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ber-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bhb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bho-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-br-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-brx-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-bs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-byn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ca-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ce-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-chr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cmn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-crh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-csb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-cy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-da-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-de-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-doi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-dz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-el-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-en-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-es-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-et-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-eu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ff-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fil-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-fy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ga-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gez-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-gv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ha-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hak-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-he-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hif-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hsb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ht-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-hy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ia-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-id-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ik-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-is-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-it-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-iu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ja-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ka-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kab-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-km-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ko-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kok-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ks-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ku-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-kw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ky-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-li-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lij-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ln-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-lzh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mag-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mai-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mfe-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mhr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-miq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mjw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ml-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mni-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ms-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-mt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-my-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nan-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nb-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nds-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ne-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nhn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-niu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-nso-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-oc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-om-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-or-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-os-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pap-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ps-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-pt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-quz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-raj-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ro-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ru-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-rw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sah-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sat-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sc-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-se-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sgs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-shs-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-si-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sid-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-so-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sq-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ss-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-st-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sv-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-sw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-szl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ta-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tcy-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-te-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tg-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-th-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-the-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ti-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tig-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tn-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-to-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tpi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tr-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ts-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-tt-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ug-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uk-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-unm-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ur-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-uz-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-ve-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-vi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wa-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wae-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wal-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-wo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-xh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yi-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yue-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-yuw-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zh-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-langpack-zu-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-locale-source-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-minimal-langpack-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-nss-devel-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-static-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:glibc-utils-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:libnsl-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nscd-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_db-debuginfo-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-0:2.28-251.el8_10.25.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.i686",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.s390x",
"CRB-8.10.0.Z.MAIN.EUS:nss_hesiod-debuginfo-0:2.28-251.el8_10.25.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
}
]
}
rhsa-2025:13622
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift distributed tracing platform (Jaeger) 3.5.2 has been released",
"title": "Topic"
},
{
"category": "general",
"text": "This release of the Red Hat OpenShift distributed tracing platform (Jaeger) provides security improvements.\n\nBreaking changes:\n* Nothing\n\nDeprecations:\n* Nothing\n\nTechnology Preview features:\n* Nothing\n\nEnhancements:\n* Nothing\n\nBug fixes:\n* https://access.redhat.com/security/cve/CVE-2025-7425\n* https://access.redhat.com/security/cve/CVE-2025-8058\n* https://access.redhat.com/security/cve/CVE-2025-32415\n\nKnown issues:\n* Nothing",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13622",
"url": "https://access.redhat.com/errata/RHSA-2025:13622"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-32415",
"url": "https://access.redhat.com/security/cve/CVE-2025-32415"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8058",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-jaeger",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-jaeger"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13622.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing platform (Jaeger) 3.5.2 release",
"tracking": {
"current_release_date": "2025-11-06T23:14:38+00:00",
"generator": {
"date": "2025-11-06T23:14:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:13622",
"initial_release_date": "2025-08-11T11:42:43+00:00",
"revision_history": [
{
"date": "2025-08-11T11:42:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-11T11:42:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:14:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift distributed tracing 3.5.2",
"product": {
"name": "Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256%3A2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3A1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-operator-bundle@sha256%3A264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754569861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3Ac56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3A9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3Ad9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256%3Af61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256%3Af5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559846"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256%3Aef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3A02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3Adeb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3A39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3Ab8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256%3Ac6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256%3A43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559846"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256%3Aa3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3Ab45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3A783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3Aa49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3A453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256%3Aef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256%3A2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559846"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-agent-rhel8@sha256%3A6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-all-in-one-rhel8@sha256%3A57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-collector-rhel8@sha256%3A260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-index-cleaner-rhel8@sha256%3A9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-es-rollover-rhel8@sha256%3A802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-ingester-rhel8@sha256%3A0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-rhel8-operator@sha256%3Adc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"product_id": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jaeger-query-rhel8@sha256%3A86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=rhosdt-3.5-1754559846"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64 as a component of Red Hat OpenShift distributed tracing 3.5.2",
"product_id": "Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.5.2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-11T11:42:43+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13622"
},
{
"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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-11T11:42:43+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13622"
},
{
"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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
},
{
"cve": "CVE-2025-32415",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-04-17T18:00:46.954384+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360768"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libxml2 library. A heap-based underflow can be triggered when a crafted XML document is validated against an XML schema with certain identity constraints or when a crafted XML schema is used, causing a crash to the application linked to the library and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Out-of-bounds Read in xmlSchemaIDCFillNodeTables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted XML file with the application linked to the libxml2 library. Additionally, the only security impact of this vulnerability is 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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-32415"
},
{
"category": "external",
"summary": "RHBZ#2360768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-32415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32415"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/890",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/890"
}
],
"release_date": "2025-04-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-11T11:42:43+00:00",
"details": "For details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13622"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the libxml2 library.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"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": [
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:2a359b16651cf20b9e37faabc6f57753744c59103979670260e263df2857da47_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:6f387ea61bf4d0c11c8fadd8225d2eca24d19e28d596afa800149925154a345a_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:a3e7ac42823a2f58d15b52b5c729ae34f3e119122fb4defae4754e6ab14dabcd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-agent-rhel8@sha256:ef10956a206329b8213fb31855fbcc849d00e1e44adb307985009be2bfdb966e_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:02d88da5fdc965b3759b7c74667dc93a374dc379719456a2a9c0ef15ac36d656_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:1ed7ca9ba1fe229bb04b4b59b0a7161286786c025d5dbe688d3e68e0af85945b_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:57ef3d922681abc67745773f5f7232b23038767b05b5b4c713c3b5089ea9e295_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-all-in-one-rhel8@sha256:b45f86232d16959194bad4cc59debfc5253c3c07b81f2a2c66e15d7898d0f114_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:260572b783d27d50a2dcdcac09a1fe15358c0fa5f85de93ce5fd8321cd81a0fa_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:593c9e2656e624b444bd45740c6e556c06137ab6cf7aaa0387799b10669b74e9_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:6f60741c03460bfdc70789640b83b8c2611f62bd3971a7eeb8316c895e4cbf48_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-collector-rhel8@sha256:8b7e39460aebbd3bcefa9383c2d1f3df0d5dd57ee306ce89550fb8c46721819b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:783a10c95edcb5c5cb8394b796f27dbfbb5ac6e1ee3baaa27d6c43f411ad6045_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:9b7a37d182cfba30af3697887ee7c4faa3768f600dd6ec7dc35be26eba9b123d_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:c56438a8b89d2c25209e3b50a6d45e050c26b514179d0781e7ee223f32dce7d2_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-index-cleaner-rhel8@sha256:deb807f053dacbbea6e950e13ee123bb8b9184e0d8eca0d04d5e8f48d3ef6a95_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:39b2d56b8f0eb3b539697fc387ae84230182c7e8cf5c184b8ee6c02e29386120_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:802a78aa94df0a14b8a0ddd350e128141ebc0b8c18730b7a54947ba7431d6bc2_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:9a17a95797aa5ec5252ea801a4962d1a6a903facafe79dcc321a54fadfa9fee3_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-es-rollover-rhel8@sha256:a49b8de5c60cd6af7fd0d70fbf0c7e9ae0b4e26eebe2ed2b4490e756ff07fa9c_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:0932824cfd76c0e3d80f6e5b81312405b4a6a670d715144fc4d08bdb3a3cf962_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:453d643c17511e3e981706e5ba5b88ee8df3334dc38232ecb2069f67e269cc8b_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:b8ab8265ceed867796cf63e05b3c2b161ef289ec0ff1337c4b5c763228e747f3_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-ingester-rhel8@sha256:d9b89779a57f1763bca3e68867447faa25da1846ffeae626309a1756b45d210a_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-operator-bundle@sha256:264613b2add0f32e5f537ee7cf9ba8019e5e9a347fdf20bc3de8d1678157ba66_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:2509c7cc0bdf6d001442d2e83e21925b09a59c4b05eef81e98af93327f6f6c6d_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:43ce372ddc2de4dc633322ec84fca9927d5a6649068f58cfaa238de39d03a0d2_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:86d7a8aed1a64c10b5a52f56966645ed62ee40cd38c034bfe00b87ee4e3558a4_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-query-rhel8@sha256:f5597ccb53daabec083dfea3b0f0f635e159591f2243ecfc44c6a165c6653a5f_amd64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:c6f9ee5f306766c0502419fe691e9e14aad8b0d1a4ced7ff9b1738c272fba80b_arm64",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:dc1731fd9e662d103f60a097833260adb9bbeb94b401281d9c65169e5db86bf8_s390x",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:ef79fd809a6406f43bc90dc685ca2819694096abe4c4de7f6302a09683f883fd_ppc64le",
"Red Hat OpenShift distributed tracing 3.5.2:registry.redhat.io/rhosdt/jaeger-rhel8-operator@sha256:f61bf9363bf43e6e6f0156d1c2eeeecef927a46e0940062429a47a058da057ab_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Out-of-bounds Read in xmlSchemaIDCFillNodeTables"
}
]
}
rhsa-2025:13335
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Initial GA Release of Red Hat Insights proxy",
"title": "Topic"
},
{
"category": "general",
"text": "The Insights proxy Container is used by the Insights proxy product RPM and serves as an intermediary between cystomer systems in disconnected networks, air-gapped systems or systems with no outside connections and Insights.\nThe Insights proxy routes all Red Hat Insights traffic through itself, providing a layer of privary and security for disconnected customer systems.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:13335",
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-52533",
"url": "https://access.redhat.com/security/cve/CVE-2024-52533"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4373",
"url": "https://access.redhat.com/security/cve/CVE-2025-4373"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49794",
"url": "https://access.redhat.com/security/cve/CVE-2025-49794"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49796",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6021",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8058",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13335.json"
}
],
"title": "Red Hat Security Advisory: Insights proxy Container Image",
"tracking": {
"current_release_date": "2025-11-07T18:40:19+00:00",
"generator": {
"date": "2025-11-07T18:40:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:13335",
"initial_release_date": "2025-08-07T07:50:20+00:00",
"revision_history": [
{
"date": "2025-08-07T07:50:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-07T07:50:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T18:40:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Insights proxy 1.5",
"product": {
"name": "Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:insights_proxy:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Insights proxy"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"product": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"product_id": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-proxy-container-rhel9@sha256%3Ac26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7?arch=amd64\u0026repository_url=registry.redhat.io/insights-proxy\u0026tag=1.5.5-1754504343"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64",
"product": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64",
"product_id": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-proxy-container-rhel9@sha256%3Ae54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d?arch=arm64\u0026repository_url=registry.redhat.io/insights-proxy\u0026tag=1.5.5-1754504343"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64 as a component of Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64"
},
"product_reference": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"relates_to_product_reference": "Red Hat Insights proxy 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64 as a component of Red Hat Insights proxy 1.5",
"product_id": "Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
},
"product_reference": "registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64",
"relates_to_product_reference": "Red Hat Insights proxy 1.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-52533",
"cwe": {
"id": "CWE-193",
"name": "Off-by-one Error"
},
"discovery_date": "2024-11-11T23:00:48.125765+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2325340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Glib library. A buffer overflow condition can be triggered in certain conditions due to an off-by-one error in SOCKS4_CONN_MSG_LEN. This issue may lead to an application crash or other undefined behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: buffer overflow in set_connect_msg()",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-52533"
},
{
"category": "external",
"summary": "RHBZ#2325340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52533",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52533"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3461",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3461"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/releases/2.82.1",
"url": "https://gitlab.gnome.org/GNOME/glib/-/releases/2.82.1"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/Teams/Releng/security/-/wikis/home",
"url": "https://gitlab.gnome.org/Teams/Releng/security/-/wikis/home"
}
],
"release_date": "2024-11-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: buffer overflow in set_connect_msg()"
},
{
"cve": "CVE-2025-4373",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"discovery_date": "2025-05-06T00:33:30.003000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2364265"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib, which is vulnerable to an integer overflow in the g_string_insert_unichar() function. When the position at which to insert the character is large, the position will overflow, leading to a buffer underwrite.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: Buffer Underflow on GLib through glib/gstring.c via function g_string_insert_unichar",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-124: Buffer Underwrite (\u0027Buffer Underflow\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nSecure baseline configurations enforce strict memory handling policies, while change controls ensure any deviations are reviewed and approved. Least functionality reduces the attack surface by disabling unnecessary features that could introduce memory risks. Process isolation contains faults within individual workloads, minimizing broader impact. Real-time monitoring and malicious code protection detect and respond to abnormal memory behavior or exploitation attempts. Hardened configuration settings restrict low-level memory access, lowering the likelihood of unsafe operations. Finally, the platform uses memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) to strengthen resilience against buffer underwrite exploits.",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4373"
},
{
"category": "external",
"summary": "RHBZ#2364265",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2364265"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4373"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3677",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3677"
}
],
"release_date": "2025-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"category": "workaround",
"details": "Currently, no mitigation is available for this vulnerability.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glib: Buffer Underflow on GLib through glib/gstring.c via function g_string_insert_unichar"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6021",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-06-12T07:55:45.428000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2\u0027s xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate due to the lack of confidentiality impact and limited integrity concerns, with the main risk being potential denial-of-service from a crash. Exploitation requires crafted XML input and specific application behavior using xmlBuildQName. While it\u2019s a write overflow, modern mitigations make remote code execution unlikely.",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "RHBZ#2372406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021"
}
],
"release_date": "2025-06-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"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. Users are strongly advised to apply vendor-supplied patches as soon as they become available to address the underlying integer overflow flaw in the affected code.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
},
{
"cve": "CVE-2025-49794",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-11T21:33:43.044000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372373"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in libxml2. This issue occurs when parsing XPath elements under certain circumstances when the XML schematron has the \u003csch:name path=\"...\"/\u003e schema elements. This flaw allows a malicious actor to craft a malicious XML document used as input for libxml, resulting in the program\u0027s crash using libxml or other possible undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue was rated with a severity impact of Important by Red Hat Product Security, as libxml can be used to parse XML coming from the network depending on how the program consumes it and uses the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49794"
},
{
"category": "external",
"summary": "RHBZ#2372373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372373"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794"
}
],
"release_date": "2025-06-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than avoid processing untrusted XML documents before updating to the libxml version containing the fix.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-07T07:50:20+00:00",
"details": "The Insights proxy container image provided here is downloaded by the Red Hat Insights proxy product RPM.\nBefore applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13335"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:c26d589f12647890b67aaa986f54d3f7c6f7f2563fb5a73f38d559e6138739d7_amd64",
"Red Hat Insights proxy 1.5:registry.redhat.io/insights-proxy/insights-proxy-container-rhel9@sha256:e54a5a5f9d69dd6a03e2bcd845e2202910a188d266d4a79b12c387ceffc36f2d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
}
]
}
rhsa-2025:14186
Vulnerability from csaf_redhat
Notes
{
"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": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14186",
"url": "https://access.redhat.com/errata/RHSA-2025:14186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-32415",
"url": "https://access.redhat.com/security/cve/CVE-2025-32415"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8058",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14186.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2025-11-06T23:14:43+00:00",
"generator": {
"date": "2025-11-06T23:14:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14186",
"initial_release_date": "2025-08-20T16:02:39+00:00",
"revision_history": [
{
"date": "2025-08-20T16:02:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-20T16:02:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:14:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.1.0-1755553939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.1.0-1755621568"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.1.0-1755553939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.1.0-1755621568"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-07-23T20:00:41.541234+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383146"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability has been discovered in glibc (GNU C Library). This flaw occurs during bracket expression parsing within the regcomp function, specifically when a memory allocation failure takes place. Exploitation of a double-free vulnerability can lead to memory corruption, which could enable an attacker to achieve arbitrary code execution or a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: Double free in glibc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-415: Double Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings necessary for operational requirements. Baseline configurations and system controls ensure secure software configurations, while least functionality reduces the attack surface by enforcing safe memory allocation and deallocation practices, lowering the risk of double-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code while providing real-time visibility into memory usage, reducing the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, minimizing the risk of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents compromised workloads from accessing other processes\u2019 memory, containing the potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related 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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "RHBZ#2383146",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"category": "external",
"summary": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
}
],
"release_date": "2025-07-23T19:57:17.138000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-20T16:02:39+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14186"
},
{
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: Double free in glibc"
},
{
"cve": "CVE-2025-32415",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-04-17T18:00:46.954384+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360768"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libxml2 library. A heap-based underflow can be triggered when a crafted XML document is validated against an XML schema with certain identity constraints or when a crafted XML schema is used, causing a crash to the application linked to the library and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Out-of-bounds Read in xmlSchemaIDCFillNodeTables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted XML file with the application linked to the libxml2 library. Additionally, the only security impact of this vulnerability is 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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-32415"
},
{
"category": "external",
"summary": "RHBZ#2360768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-32415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32415"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/890",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/890"
}
],
"release_date": "2025-04-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-20T16:02:39+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14186"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the libxml2 library.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:6464f1f591001fd514a87e3c7347d2ce709b9c97edaad2d0d649ae69499049e9_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:7d200c5dcd40e0885171fe20e3edb5d432a8675080846fb3ba273c601c5957a1_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:433bf55ccfa4cf7280f586fb3471bf84246e7f428f8ee9e99de9e36b635b7b09_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:9406c22bb1db456a5c81251cf1763822eb008504ad654203a1edc77076596c1d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Out-of-bounds Read in xmlSchemaIDCFillNodeTables"
}
]
}
ssa-503939
Vulnerability from csaf_siemens
Notes
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Multiple vulnerabilities have been identified in the BIOS of the SIMATIC S7-1500 TM MFP.\n\nSiemens is preparing fix versions and recommends specific countermeasures for products where fixes are not, or not yet available.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-503939: Vulnerabilities in the BIOS of the SIMATIC S7-1500 TM MFP - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-503939.html"
},
{
"category": "self",
"summary": "SSA-503939: Vulnerabilities in the BIOS of the SIMATIC S7-1500 TM MFP - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-503939.json"
}
],
"title": "SSA-503939: Vulnerabilities in the BIOS of the SIMATIC S7-1500 TM MFP",
"tracking": {
"current_release_date": "2025-09-09T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-503939",
"initial_release_date": "2025-03-11T00:00:00Z",
"revision_history": [
{
"date": "2025-03-11T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2025-04-08T00:00:00Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added CVE-2025-21826, CVE-2025-21806, CVE-2025-21776, CVE-2025-21762, CVE-2025-21703, CVE-2025-21678, CVE-2025-21653, CVE-2025-21647, CVE-2024-58005, CVE-2024-57981, CVE-2024-57940, CVE-2024-53124, CVE-2024-26982"
},
{
"date": "2025-09-09T00:00:00Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added CVE-2025-8058"
}
],
"status": "interim",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "SIMATIC S7-1500 TM MFP - BIOS",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 TM MFP - BIOS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-26982",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\nSquashfs: check the inode number is not the invalid value of zero",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-26982"
},
{
"cve": "CVE-2024-41046",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple times.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41046"
},
{
"cve": "CVE-2024-41049",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posix_lock_inode Light Hsieh reported a KASAN UAF warning in trace_posix_lock_inode(). The request pointer had been changed earlier to point to a lock entry that was added to the inode\u0027s list. However, before the tracepoint could fire, another task raced in and freed that lock. Fix this by moving the tracepoint inside the spinlock, which should ensure that this doesn\u0027t happen.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41049"
},
{
"cve": "CVE-2024-41055",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: mm: prevent derefencing NULL ptr in pfn_section_valid() Commit 5ec8e8ea8b77 (\"mm/sparsemem: fix race in accessing memory_section-\u003eusage\") changed pfn_section_valid() to add a READ_ONCE() call around \"ms-\u003eusage\" to fix a race with section_deactivate() where ms-\u003eusage can be cleared. The READ_ONCE() call, by itself, is not enough to prevent NULL pointer dereference. We need to check its value before dereferencing it.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41055"
},
{
"cve": "CVE-2024-42154",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: validate source addr length I don\u0027t see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn\u0027t have an entry for this attribute at all (neither does it for IPv6 but v6 is manually validated).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-42154"
},
{
"cve": "CVE-2024-42161",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-42161"
},
{
"cve": "CVE-2024-53124",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "net: fix data-races around sk sk_forward_alloc.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-53124"
},
{
"cve": "CVE-2024-57940",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "exfat: fix the infinite loop in exfat_readdir() If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry in the cluster, dentry will not be incremented, causing condition dentry \u003c max_dentries unable to prevent an infinite loop. This infinite loop causes s_lock not to be released, and other tasks will hang, such as exfat_sync_fs().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-57940"
},
{
"cve": "CVE-2024-57981",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "usb: xhci: NULL pointer dereference on certain command aborts. If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequent link TRB and no further. If the command is later aborted, when the abort completion is handled the dequeue pointer is advanced to the first TRB of the next segment. If no further commands are queued, xhci_handle_stopped_cmd_ring() sees the ring pointers unequal and assumes that there is a pending command, so it calls xhci_mod_cmd_timer() which crashes if cur_cmd was NULL.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-57981"
},
{
"cve": "CVE-2024-58005",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "tpm: Change to kvalloc() in eventlog/acpi.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-58005"
},
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-8058"
},
{
"cve": "CVE-2025-21647",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\nsched: sch_cake: add bounds checks to host bulk flow fairness counts",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21647"
},
{
"cve": "CVE-2025-21653",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21653"
},
{
"cve": "CVE-2025-21678",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "gtp: Destroy device along with udp socket\u0027s netns dismantle",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21678"
},
{
"cve": "CVE-2025-21703",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "netem: Update sch q.qlen before qdisc_tree_reduce_backlog() qdisc_tree_reduce_backlog() notifies parent qdisc only if child qdisc becomes empty, therefore we need to reduce the backlog of the child qdisc before calling it. Otherwise it would miss the opportunity to call cops qlen_notify(), in the case of DRR, it resulted in UAF since DRR uses qlen_notify() to maintain its active list.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21703"
},
{
"cve": "CVE-2025-21762",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: arp: use RCU protection in arp_xmit() arp_xmit() can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21762"
},
{
"cve": "CVE-2025-21776",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "USB: hub: Ignore non-compliant devices with too many configs or interfaces. A test program can cause usb_hub_to_struct_hub() to dereference a NULL or inappropriate pointer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21776"
},
{
"cve": "CVE-2025-21806",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "net: let net.core.dev_weight always be non-zero. The following problem was encountered during stability test: (NULL net_device).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21806"
},
{
"cve": "CVE-2025-21826",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "netfilter: nf_tables: reject mismatching sum of field_len with set key length. The field length description provides the length of each separated key field in the concatenation, each field gets rounded up to 32-bits to calculate the pipapo rule width from pipapo_init(). The set key length provides the total size of the key aligned to 32-bits. Register-based arithmetics still allows for combining mismatching set key length and field length description, eg. set key length 10 and field description [ 5, 4 ] leading to pipapo width of 12.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"1"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"1"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2025-21826"
}
]
}
suse-su-2025:02964-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for glibc",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for glibc fixes the following issues:\n\n- CVE-2025-8058: Fixed double-free after allocation failure in regcomp. (bsc#1246965)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2964,SUSE-SLE-Module-Basesystem-15-SP6-2025-2964,SUSE-SLE-Module-Basesystem-15-SP7-2025-2964,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2964,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2964,openSUSE-SLE-15.6-2025-2964",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02964-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02964-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502964-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02964-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041340.html"
},
{
"category": "self",
"summary": "SUSE Bug 1240058",
"url": "https://bugzilla.suse.com/1240058"
},
{
"category": "self",
"summary": "SUSE Bug 1246965",
"url": "https://bugzilla.suse.com/1246965"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8058/"
}
],
"title": "Security update for glibc",
"tracking": {
"current_release_date": "2025-08-22T12:52:41Z",
"generator": {
"date": "2025-08-22T12:52:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02964-1",
"initial_release_date": "2025-08-22T12:52:41Z",
"revision_history": [
{
"date": "2025-08-22T12:52:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-devel-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-extra-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-extra-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-locale-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-profile-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "glibc-utils-2.38-150600.14.37.1.aarch64",
"product": {
"name": "glibc-utils-2.38-150600.14.37.1.aarch64",
"product_id": "glibc-utils-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.aarch64",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.aarch64",
"product_id": "libnsl1-2.38-150600.14.37.1.aarch64"
}
},
{
"category": "product_version",
"name": "nscd-2.38-150600.14.37.1.aarch64",
"product": {
"name": "nscd-2.38-150600.14.37.1.aarch64",
"product_id": "nscd-2.38-150600.14.37.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "glibc-devel-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-devel-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-devel-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-devel-static-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-devel-static-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-locale-base-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-locale-base-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "glibc-profile-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-profile-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-profile-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "glibc-utils-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "glibc-utils-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "glibc-utils-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libnsl1-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product": {
"name": "libnsl1-64bit-2.38-150600.14.37.1.aarch64_ilp32",
"product_id": "libnsl1-64bit-2.38-150600.14.37.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-2.38-150600.14.37.1.i586",
"product_id": "glibc-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.i586",
"product_id": "glibc-devel-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.i586",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-extra-2.38-150600.14.37.1.i586",
"product_id": "glibc-extra-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.i586",
"product_id": "glibc-locale-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.i586",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.i586",
"product_id": "glibc-profile-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "glibc-utils-2.38-150600.14.37.1.i586",
"product": {
"name": "glibc-utils-2.38-150600.14.37.1.i586",
"product_id": "glibc-utils-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.i586",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.i586",
"product_id": "libnsl1-2.38-150600.14.37.1.i586"
}
},
{
"category": "product_version",
"name": "nscd-2.38-150600.14.37.1.i586",
"product": {
"name": "nscd-2.38-150600.14.37.1.i586",
"product_id": "nscd-2.38-150600.14.37.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-2.38-150600.14.37.1.i686",
"product_id": "glibc-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.i686",
"product_id": "glibc-devel-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.i686",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.i686",
"product_id": "glibc-locale-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.i686",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.i686",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.i686",
"product_id": "glibc-profile-2.38-150600.14.37.1.i686"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.i686",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.i686",
"product_id": "libnsl1-2.38-150600.14.37.1.i686"
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-html-2.38-150600.14.37.1.noarch",
"product": {
"name": "glibc-html-2.38-150600.14.37.1.noarch",
"product_id": "glibc-html-2.38-150600.14.37.1.noarch"
}
},
{
"category": "product_version",
"name": "glibc-i18ndata-2.38-150600.14.37.1.noarch",
"product": {
"name": "glibc-i18ndata-2.38-150600.14.37.1.noarch",
"product_id": "glibc-i18ndata-2.38-150600.14.37.1.noarch"
}
},
{
"category": "product_version",
"name": "glibc-info-2.38-150600.14.37.1.noarch",
"product": {
"name": "glibc-info-2.38-150600.14.37.1.noarch",
"product_id": "glibc-info-2.38-150600.14.37.1.noarch"
}
},
{
"category": "product_version",
"name": "glibc-lang-2.38-150600.14.37.1.noarch",
"product": {
"name": "glibc-lang-2.38-150600.14.37.1.noarch",
"product_id": "glibc-lang-2.38-150600.14.37.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-devel-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-extra-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-extra-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-locale-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-profile-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "glibc-utils-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "glibc-utils-2.38-150600.14.37.1.ppc64le",
"product_id": "glibc-utils-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.ppc64le",
"product_id": "libnsl1-2.38-150600.14.37.1.ppc64le"
}
},
{
"category": "product_version",
"name": "nscd-2.38-150600.14.37.1.ppc64le",
"product": {
"name": "nscd-2.38-150600.14.37.1.ppc64le",
"product_id": "nscd-2.38-150600.14.37.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-2.38-150600.14.37.1.s390x",
"product_id": "glibc-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.s390x",
"product_id": "glibc-devel-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.s390x",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-extra-2.38-150600.14.37.1.s390x",
"product_id": "glibc-extra-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.s390x",
"product_id": "glibc-locale-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.s390x",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.s390x",
"product_id": "glibc-profile-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "glibc-utils-2.38-150600.14.37.1.s390x",
"product": {
"name": "glibc-utils-2.38-150600.14.37.1.s390x",
"product_id": "glibc-utils-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.s390x",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.s390x",
"product_id": "libnsl1-2.38-150600.14.37.1.s390x"
}
},
{
"category": "product_version",
"name": "nscd-2.38-150600.14.37.1.s390x",
"product": {
"name": "nscd-2.38-150600.14.37.1.s390x",
"product_id": "nscd-2.38-150600.14.37.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-devel-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-devel-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-devel-static-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-devel-static-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-extra-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-extra-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-extra-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-locale-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-locale-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-locale-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-locale-base-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-locale-base-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-profile-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-profile-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-profile-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-profile-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-utils-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-utils-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-utils-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "glibc-utils-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnsl1-2.38-150600.14.37.1.x86_64",
"product": {
"name": "libnsl1-2.38-150600.14.37.1.x86_64",
"product_id": "libnsl1-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"product": {
"name": "libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"product_id": "libnsl1-32bit-2.38-150600.14.37.1.x86_64"
}
},
{
"category": "product_version",
"name": "nscd-2.38-150600.14.37.1.x86_64",
"product": {
"name": "nscd-2.38-150600.14.37.1.x86_64",
"product_id": "nscd-2.38-150600.14.37.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-i18ndata-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-i18ndata-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-info-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-info-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-lang-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-lang-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.aarch64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.s390x"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.aarch64"
},
"product_reference": "nscd-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "nscd-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.s390x"
},
"product_reference": "nscd-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.x86_64"
},
"product_reference": "nscd-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-i18ndata-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-i18ndata-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-info-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-info-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.38-150600.14.37.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-lang-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-lang-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.aarch64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.s390x"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.aarch64"
},
"product_reference": "nscd-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "nscd-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.s390x"
},
"product_reference": "nscd-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.x86_64"
},
"product_reference": "nscd-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-static-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-extra-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-extra-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-html-2.38-150600.14.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-html-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-html-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-i18ndata-2.38-150600.14.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-i18ndata-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-i18ndata-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-info-2.38-150600.14.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-info-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-info-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-lang-2.38-150600.14.37.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-lang-2.38-150600.14.37.1.noarch"
},
"product_reference": "glibc-lang-2.38-150600.14.37.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-profile-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-profile-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-profile-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.aarch64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.s390x"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-utils-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:glibc-utils-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.aarch64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.s390x"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl1-32bit-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libnsl1-32bit-2.38-150600.14.37.1.x86_64"
},
"product_reference": "libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.aarch64"
},
"product_reference": "nscd-2.38-150600.14.37.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.ppc64le"
},
"product_reference": "nscd-2.38-150600.14.37.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.s390x"
},
"product_reference": "nscd-2.38-150600.14.37.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-2.38-150600.14.37.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.x86_64"
},
"product_reference": "nscd-2.38-150600.14.37.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8058"
}
],
"notes": [
{
"category": "general",
"text": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-html-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-info-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-lang-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8058",
"url": "https://www.suse.com/security/cve/CVE-2025-8058"
},
{
"category": "external",
"summary": "SUSE Bug 1246965 for CVE-2025-8058",
"url": "https://bugzilla.suse.com/1246965"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-html-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-info-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-lang-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-devel-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-extra-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-info-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-lang-2.38-150600.14.37.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:glibc-profile-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:nscd-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:glibc-utils-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-devel-static-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-devel-static-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-extra-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-html-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-i18ndata-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-info-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-lang-2.38-150600.14.37.1.noarch",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-locale-base-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-locale-base-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-profile-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-profile-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:glibc-utils-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:glibc-utils-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:libnsl1-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:libnsl1-32bit-2.38-150600.14.37.1.x86_64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.aarch64",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.ppc64le",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.s390x",
"openSUSE Leap 15.6:nscd-2.38-150600.14.37.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-22T12:52:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-8058"
}
]
}
icsa-25-072-03
Vulnerability from csaf_cisa
Notes
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Multiple vulnerabilities have been identified in the BIOS of the SIMATIC S7-1500 TM MFP.\n\nSiemens is preparing fix versions and recommends specific countermeasures for products where fixes are not, or not yet available.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The use of Siemens Security Advisories is subject to the terms and conditions listed on: https://www.siemens.com/productcert/terms-of-use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This ICSA is a verbatim republication of Siemens ProductCERT SSA-503939 from a direct conversion of the vendor\u0027s Common Security Advisory Framework (CSAF) advisory. This is republished to CISA\u0027s website as a means of increasing visibility and is provided \"as-is\" for informational purposes only. CISA is not responsible for the editorial or technical accuracy of republished advisories and provides no warranties of any kind regarding any information contained within this advisory. Further, CISA does not endorse any commercial product or service. Please contact Siemens ProductCERT directly for any questions regarding this advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Critical Manufacturing",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-503939: Vulnerabilities in the BIOS of the SIMATIC S7-1500 TM MFP - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-503939.json"
},
{
"category": "self",
"summary": "SSA-503939: Vulnerabilities in the BIOS of the SIMATIC S7-1500 TM MFP - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-503939.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-072-03 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2025/icsa-25-072-03.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-25-072-03 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-072-03"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SIMATIC S7-1500 TM MFP",
"tracking": {
"current_release_date": "2025-09-09T00:00:00.000000Z",
"generator": {
"date": "2025-09-11T15:38:02.473174Z",
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-25-072-03",
"initial_release_date": "2025-03-11T00:00:00.000000Z",
"revision_history": [
{
"date": "2025-03-11T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2025-04-08T00:00:00.000000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added CVE-2025-21826, CVE-2025-21806, CVE-2025-21776, CVE-2025-21762, CVE-2025-21703, CVE-2025-21678, CVE-2025-21653, CVE-2025-21647, CVE-2024-58005, CVE-2024-57981, CVE-2024-57940, CVE-2024-53124, CVE-2024-26982"
},
{
"date": "2025-09-09T00:00:00.000000Z",
"legacy_version": "1.2",
"number": "3",
"summary": "Added CVE-2025-8058"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:all/*",
"product": {
"name": "SIMATIC S7-1500 TM MFP - BIOS",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SIMATIC S7-1500 TM MFP - BIOS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-26982",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\nSquashfs: check the inode number is not the invalid value of zero",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-26982"
},
{
"cve": "CVE-2024-41046",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: net: ethernet: lantiq_etop: fix double free in detach The number of the currently released descriptor is never incremented which results in the same skb being released multiple times.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-41046"
},
{
"cve": "CVE-2024-41049",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: filelock: fix potential use-after-free in posix_lock_inode Light Hsieh reported a KASAN UAF warning in trace_posix_lock_inode(). The request pointer had been changed earlier to point to a lock entry that was added to the inode\u0027s list. However, before the tracepoint could fire, another task raced in and freed that lock. Fix this by moving the tracepoint inside the spinlock, which should ensure that this doesn\u0027t happen.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-41049"
},
{
"cve": "CVE-2024-41055",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: mm: prevent derefencing NULL ptr in pfn_section_valid() Commit 5ec8e8ea8b77 (\"mm/sparsemem: fix race in accessing memory_section-\u003eusage\") changed pfn_section_valid() to add a READ_ONCE() call around \"ms-\u003eusage\" to fix a race with section_deactivate() where ms-\u003eusage can be cleared. The READ_ONCE() call, by itself, is not enough to prevent NULL pointer dereference. We need to check its value before dereferencing it.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-41055"
},
{
"cve": "CVE-2024-42154",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: validate source addr length I don\u0027t see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn\u0027t have an entry for this attribute at all (neither does it for IPv6 but v6 is manually validated).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-42154"
},
{
"cve": "CVE-2024-42161",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-42161"
},
{
"cve": "CVE-2024-53124",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"notes": [
{
"category": "summary",
"text": "net: fix data-races around sk sk_forward_alloc.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-53124"
},
{
"cve": "CVE-2024-57940",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "summary",
"text": "exfat: fix the infinite loop in exfat_readdir() If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry in the cluster, dentry will not be incremented, causing condition dentry \u003c max_dentries unable to prevent an infinite loop. This infinite loop causes s_lock not to be released, and other tasks will hang, such as exfat_sync_fs().",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-57940"
},
{
"cve": "CVE-2024-57981",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "usb: xhci: NULL pointer dereference on certain command aborts. If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequent link TRB and no further. If the command is later aborted, when the abort completion is handled the dequeue pointer is advanced to the first TRB of the next segment. If no further commands are queued, xhci_handle_stopped_cmd_ring() sees the ring pointers unequal and assumes that there is a pending command, so it calls xhci_mod_cmd_timer() which crashes if cur_cmd was NULL.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-57981"
},
{
"cve": "CVE-2024-58005",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "tpm: Change to kvalloc() in eventlog/acpi.c.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2024-58005"
},
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "summary",
"text": "The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-8058"
},
{
"cve": "CVE-2025-21647",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved:\r\nsched: sch_cake: add bounds checks to host bulk flow fairness counts",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21647"
},
{
"cve": "CVE-2025-21653",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21653"
},
{
"cve": "CVE-2025-21678",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "gtp: Destroy device along with udp socket\u0027s netns dismantle",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21678"
},
{
"cve": "CVE-2025-21703",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "netem: Update sch q.qlen before qdisc_tree_reduce_backlog() qdisc_tree_reduce_backlog() notifies parent qdisc only if child qdisc becomes empty, therefore we need to reduce the backlog of the child qdisc before calling it. Otherwise it would miss the opportunity to call cops qlen_notify(), in the case of DRR, it resulted in UAF since DRR uses qlen_notify() to maintain its active list.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21703"
},
{
"cve": "CVE-2025-21762",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "In the Linux kernel, the following vulnerability has been resolved: arp: use RCU protection in arp_xmit() arp_xmit() can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21762"
},
{
"cve": "CVE-2025-21776",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "summary",
"text": "USB: hub: Ignore non-compliant devices with too many configs or interfaces. A test program can cause usb_hub_to_struct_hub() to dereference a NULL or inappropriate pointer.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21776"
},
{
"cve": "CVE-2025-21806",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "net: let net.core.dev_weight always be non-zero. The following problem was encountered during stability test: (NULL net_device).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21806"
},
{
"cve": "CVE-2025-21826",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "netfilter: nf_tables: reject mismatching sum of field_len with set key length. The field length description provides the length of each separated key field in the concatenation, each field gets rounded up to 32-bits to calculate the pipapo rule width from pipapo_init(). The set key length provides the total size of the key aligned to 32-bits. Register-based arithmetics still allows for combining mismatching set key length and field length description, eg. set key length 10 and field description [ 5, 4 ] leading to pipapo width of 12.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "none_available",
"details": "Currently no fix is available",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "workaround",
"details": "Only build and run applications from trusted sources",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2025-21826"
}
]
}
wid-sec-w-2025-1637
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Die GNU libc ist die Basis C Bibliothek unter Linux sowie anderen Unix-Betriebssystemen, welche die Systemaufrufe sowie Basisfunktionalit\u00e4t bereitstellt.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in GNU libc ausnutzen, um nicht n\u00e4her spezifizierte Auswirkungen zu erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1637 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1637.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1637 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1637"
},
{
"category": "external",
"summary": "Red Hat Bugtracker vom 2025-07-23",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383146"
},
{
"category": "external",
"summary": "NIST Vulnerability Database vom 2025-07-23",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-6A7AA95984 vom 2025-07-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-6a7aa95984"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-9A83222BCA vom 2025-07-25",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-9a83222bca"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12748 vom 2025-08-05",
"url": "https://access.redhat.com/errata/RHSA-2025:12748"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:12980 vom 2025-08-05",
"url": "https://access.redhat.com/errata/RHSA-2025:12980"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-12748 vom 2025-08-06",
"url": "https://linux.oracle.com/errata/ELSA-2025-12748.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13240 vom 2025-08-06",
"url": "https://access.redhat.com/errata/RHSA-2025:13240"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-12980 vom 2025-08-07",
"url": "http://linux.oracle.com/errata/ELSA-2025-12980.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13240 vom 2025-08-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-13240.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15460-1 vom 2025-08-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RGEMQOITFFR3OLT75ZUQQD7KGQXAVFHA/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02964-1 vom 2025-08-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022256.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7243787 vom 2025-09-02",
"url": "https://www.ibm.com/support/pages/node/7243787"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15337 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:15337"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244160 vom 2025-09-05",
"url": "https://www.ibm.com/support/pages/node/7244160"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15828 vom 2025-09-15",
"url": "https://access.redhat.com/errata/RHSA-2025:15828"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20595 vom 2025-09-17",
"url": "https://linux.oracle.com/errata/ELSA-2025-20595.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20594 vom 2025-09-17",
"url": "https://linux.oracle.com/errata/ELSA-2025-20594.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202509-04 vom 2025-09-18",
"url": "https://security.gentoo.org/glsa/202509-04"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7760-1 vom 2025-09-22",
"url": "https://ubuntu.com/security/notices/USN-7760-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7248596 vom 2025-10-23",
"url": "https://www.ibm.com/support/pages/node/7248596"
}
],
"source_lang": "en-US",
"title": "GNU libc: Schwachstelle erm\u00f6glicht unspezifischen Angriff",
"tracking": {
"current_release_date": "2025-10-23T22:00:00.000+00:00",
"generator": {
"date": "2025-10-24T08:35:13.447+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1637",
"initial_release_date": "2025-07-23T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-23T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-24T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-08-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-07T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-09-15T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-16T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Gentoo aufgenommen"
},
{
"date": "2025-09-22T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von IBM aufgenommen"
}
],
"status": "final",
"version": "16"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T032495",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Operator",
"product": {
"name": "IBM MQ Operator",
"product_id": "T036688",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:operator"
}
}
},
{
"category": "product_version",
"name": "Container",
"product": {
"name": "IBM MQ Container",
"product_id": "T040640",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:container"
}
}
},
{
"category": "product_version_range",
"name": "Appliance \u003c9.4.0.16",
"product": {
"name": "IBM MQ Appliance \u003c9.4.0.16",
"product_id": "T048094"
}
},
{
"category": "product_version",
"name": "Appliance 9.4.0.16",
"product": {
"name": "IBM MQ Appliance 9.4.0.16",
"product_id": "T048094-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:appliance__9.4.0.16"
}
}
},
{
"category": "product_version_range",
"name": "Appliance \u003c9.4.4.0",
"product": {
"name": "IBM MQ Appliance \u003c9.4.4.0",
"product_id": "T048095"
}
},
{
"category": "product_version",
"name": "Appliance 9.4.4.0",
"product": {
"name": "IBM MQ Appliance 9.4.4.0",
"product_id": "T048095-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:mq:appliance__9.4.4.0"
}
}
}
],
"category": "product_name",
"name": "MQ"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.4-2.41",
"product": {
"name": "Open Source GNU libc 2.4-2.41",
"product_id": "T045647",
"product_identification_helper": {
"cpe": "cpe:/a:gnu:glibc:2.4_-_2.41"
}
}
}
],
"category": "product_name",
"name": "GNU libc"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8058",
"product_status": {
"known_affected": [
"T048094",
"67646",
"T048095",
"T012167",
"T036688",
"T004914",
"74185",
"T032495",
"T002207",
"T045647",
"T000126",
"T027843",
"T040640"
]
},
"release_date": "2025-07-23T22:00:00.000+00:00",
"title": "CVE-2025-8058"
}
]
}
ncsc-2025-0330
Vulnerability from csaf_ncscnl
Notes
{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE"
}
},
"lang": "nl",
"notes": [
{
"category": "legal_disclaimer",
"text": "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings."
},
{
"category": "description",
"text": "Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communications producten, waaronder de Unified Assurance en Cloud Native Core.",
"title": "Feiten"
},
{
"category": "description",
"text": "De kwetsbaarheden in de Oracle Communications producten stellen kwaadwillenden in staat om ongeautoriseerde toegang te verkrijgen, wat kan leiden tot gedeeltelijke of volledige Denial-of-Service (DoS) aanvallen. Specifiek kunnen aanvallers met netwerktoegang de systemen compromitteren, wat resulteert in ongeautoriseerde toegang tot gevoelige gegevens. De CVSS-scores van deze kwetsbaarheden vari\u00ebren van 3.1 tot 9.8, wat wijst op een breed scala aan risico\u0027s, van beperkte tot ernstige impact op de vertrouwelijkheid, integriteit en beschikbaarheid van de systemen.",
"title": "Interpretaties"
},
{
"category": "description",
"text": "Oracle heeft updates uitgebracht om de kwetsbaarheden in zijn Communications producten te verhelpen. Zie bijgevoegde referenties voor meer informatie.",
"title": "Oplossingen"
},
{
"category": "general",
"text": "medium",
"title": "Kans"
},
{
"category": "general",
"text": "high",
"title": "Schade"
},
{
"category": "general",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "general",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "general",
"text": "Relative Path Traversal",
"title": "CWE-23"
},
{
"category": "general",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "general",
"text": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"title": "CWE-120"
},
{
"category": "general",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "general",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "general",
"text": "Buffer Underwrite (\u0027Buffer Underflow\u0027)",
"title": "CWE-124"
},
{
"category": "general",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "general",
"text": "Improper Validation of Array Index",
"title": "CWE-129"
},
{
"category": "general",
"text": "Improper Handling of Length Parameter Inconsistency",
"title": "CWE-130"
},
{
"category": "general",
"text": "Improper Neutralization of Input Terminators",
"title": "CWE-147"
},
{
"category": "general",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "general",
"text": "Numeric Truncation Error",
"title": "CWE-197"
},
{
"category": "general",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "general",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "general",
"text": "Incorrect Check of Function Return Value",
"title": "CWE-253"
},
{
"category": "general",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "general",
"text": "Improper Authentication",
"title": "CWE-287"
},
{
"category": "general",
"text": "Authentication Bypass by Spoofing",
"title": "CWE-290"
},
{
"category": "general",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "general",
"text": "Covert Timing Channel",
"title": "CWE-385"
},
{
"category": "general",
"text": "Detection of Error Condition Without Action",
"title": "CWE-390"
},
{
"category": "general",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "general",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "general",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "general",
"text": "Improper Handling of Highly Compressed Data (Data Amplification)",
"title": "CWE-409"
},
{
"category": "general",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "general",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "general",
"text": "Untrusted Search Path",
"title": "CWE-426"
},
{
"category": "general",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "general",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "general",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "general",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "general",
"text": "Incorrect Comparison",
"title": "CWE-697"
},
{
"category": "general",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "general",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "general",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "general",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "general",
"text": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"title": "CWE-843"
},
{
"category": "general",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "general",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "general",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "general",
"text": "Improper Validation of Specified Quantity in Input",
"title": "CWE-1284"
},
{
"category": "general",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "cert@ncsc.nl",
"name": "Nationaal Cyber Security Centrum",
"namespace": "https://www.ncsc.nl/"
},
"references": [
{
"category": "external",
"summary": "Reference",
"url": "https://www.oracle.com/security-alerts/cpuoct2025.html"
}
],
"title": "Kwetsbaarheden verholpen in Oracle Communications producten",
"tracking": {
"current_release_date": "2025-10-23T13:20:15.363063Z",
"generator": {
"date": "2025-08-04T16:30:00Z",
"engine": {
"name": "V.A.",
"version": "1.3"
}
},
"id": "NCSC-2025-0330",
"initial_release_date": "2025-10-23T13:20:15.363063Z",
"revision_history": [
{
"date": "2025-10-23T13:20:15.363063Z",
"number": "1.0.0",
"summary": "Initiele versie"
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-1"
}
}
],
"category": "product_name",
"name": "Communications Cloud Native Core Console"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-2"
}
}
],
"category": "product_name",
"name": "Management Cloud Engine"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-3"
}
}
],
"category": "product_name",
"name": "Oracle Communications Billing and Revenue Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-4"
}
}
],
"category": "product_name",
"name": "Oracle Communications Calendar Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-5"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Automated Test Suite"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-6"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Binding Support Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-7"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Certificate Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-8"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core DBTier"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-9"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Function Cloud Native Environment"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-10"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Repository Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-11"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Network Slice Selection Function"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-12"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Policy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-13"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Security Edge Protection Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-14"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Service Communication Proxy"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-15"
}
}
],
"category": "product_name",
"name": "Oracle Communications Cloud Native Core Unified Data Repository"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-16"
}
}
],
"category": "product_name",
"name": "Oracle Communications Converged Charging System"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-17"
}
}
],
"category": "product_name",
"name": "Oracle Communications Convergence"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-18"
}
}
],
"category": "product_name",
"name": "Oracle Communications Convergent Charging Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-19"
}
}
],
"category": "product_name",
"name": "Oracle Communications Diameter Signaling Router"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-20"
}
}
],
"category": "product_name",
"name": "Oracle Communications EAGLE Element Management System"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-21"
}
}
],
"category": "product_name",
"name": "Oracle Communications EAGLE LNP Application Processor"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-22"
}
}
],
"category": "product_name",
"name": "Oracle Communications LSMS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-23"
}
}
],
"category": "product_name",
"name": "Oracle Communications Messaging Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-24"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Analytics Data Director"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-25"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Charging and Control"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-26"
}
}
],
"category": "product_name",
"name": "Oracle Communications Network Integrity"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-27"
}
}
],
"category": "product_name",
"name": "Oracle Communications Offline Mediation Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-28"
}
}
],
"category": "product_name",
"name": "Oracle Communications Operations Monitor"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-29"
}
}
],
"category": "product_name",
"name": "Oracle Communications Order and Service Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-30"
}
}
],
"category": "product_name",
"name": "Oracle Communications Pricing Design Center"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-31"
}
}
],
"category": "product_name",
"name": "Oracle Communications Service Catalog and Design"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-32"
}
}
],
"category": "product_name",
"name": "Oracle Communications Session Border Controller"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-33"
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Assurance"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-34"
}
}
],
"category": "product_name",
"name": "Oracle Communications Unified Inventory Management"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-35"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Communications Broker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vers:unknown/*",
"product": {
"name": "vers:unknown/*",
"product_id": "CSAFPID-36"
}
}
],
"category": "product_name",
"name": "Oracle Enterprise Operations Monitor"
}
],
"category": "vendor",
"name": "Oracle"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-26555",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "description",
"text": "Recent updates address vulnerabilities in NTP 4.2.8p17 and Oracle products, including CVE-2023-26555 related to malformed RT-11 dates and various security issues in Oracle Communications and Database systems.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-26555 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2023/cve-2023-26555.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2023-26555"
},
{
"cve": "CVE-2024-7254",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "other",
"text": "Improper Input Validation",
"title": "CWE-20"
},
{
"category": "other",
"text": "Out-of-bounds Write",
"title": "CWE-787"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Multiple vulnerabilities across various Oracle, IBM, and Protobuf products could lead to Denial of Service and unauthorized access, with significant risks identified in versions of Oracle Communications, MySQL Connector/J, and IBM WebSphere.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-7254 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-7254.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-7254"
},
{
"cve": "CVE-2024-8006",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Oracle Communications products and the libpcap library allow high-privileged attackers to cause denial of service and NULL pointer dereference issues, with CVSS scores of 4.4 for the former.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-8006 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-8006.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-8006"
},
{
"cve": "CVE-2024-12133",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Algorithmic Complexity",
"title": "CWE-407"
},
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "description",
"text": "Multiple vulnerabilities affecting Oracle Communications EAGLE LNP Application Processor, Oracle Communications Cloud Native Core Policy, and libtasn1 could lead to denial of service attacks, with CVSS scores of 5.3 for some products.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-12133 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-12133.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-12133"
},
{
"cve": "CVE-2024-28182",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Detection of Error Condition Without Action",
"title": "CWE-390"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle MySQL, Oracle Communications, and nghttp2 products allow remote attackers to exploit confidentiality, integrity, and availability, with varying damage ratings from medium to high.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-28182 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-28182.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-35164",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Array Index",
"title": "CWE-129"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Unified Assurance and Apache Guacamole could allow high-privileged attackers to compromise systems and execute arbitrary code, respectively.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-35164 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-35164.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-35164"
},
{
"cve": "CVE-2024-37371",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Length Parameter Inconsistency",
"title": "CWE-130"
},
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle products, including Communications and MySQL, as well as MIT Kerberos 5, allow for unauthorized access, denial of service, and other malicious activities, with CVSS scores reaching 9.1.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-37371 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-37371.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-37371"
},
{
"cve": "CVE-2024-47554",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Middleware, Documaker, and Apache Commons IO components allow unauthenticated attackers to exploit denial of service risks, with CVSS scores ranging from 4.3 to 7.5.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-47554 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-47554.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-47554"
},
{
"cve": "CVE-2024-50609",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"notes": [
{
"category": "other",
"text": "NULL Pointer Dereference",
"title": "CWE-476"
},
{
"category": "description",
"text": "Fluent Bit 3.1.9 has a vulnerability allowing remote Denial of Service attacks via a zero-length packet, while Oracle Communications Unified Assurance versions 6.1.0-6.1.1 can be exploited by high-privileged attackers for complete Denial of Service.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-50609 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-50609.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-50609"
},
{
"cve": "CVE-2024-51504",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"notes": [
{
"category": "other",
"text": "Authentication Bypass by Spoofing",
"title": "CWE-290"
},
{
"category": "description",
"text": "Recent vulnerabilities in Apache ZooKeeper and Oracle Communications Unified Assurance expose systems to authentication bypass and unauthorized access, allowing attackers to execute commands and access critical data.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-51504 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-51504.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-51504"
},
{
"cve": "CVE-2024-57699",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Multiple security vulnerabilities across various Oracle products and the Netplex Json-smart library can lead to Denial of Service (DoS) due to stack exhaustion and other exploits, affecting versions 2.5.0 to 2.5.1 and specific Oracle software.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-57699 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2024/cve-2024-57699.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2024-57699"
},
{
"cve": "CVE-2025-1948",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "Eclipse Jetty versions 12.0.0 to 12.0.16 are vulnerable to OutOfMemoryError and denial of service attacks due to improper validation of the SETTINGS_MAX_HEADER_LIST_SIZE parameter, affecting various products including Oracle Communications EAGLE and NetApp.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-1948 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-1948.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-1948"
},
{
"cve": "CVE-2025-3576",
"cwe": {
"id": "CWE-328",
"name": "Use of Weak Hash"
},
"notes": [
{
"category": "other",
"text": "Use of Weak Hash",
"title": "CWE-328"
},
{
"category": "description",
"text": "Recent vulnerabilities in krb5 and MIT Kerberos implementations allow for message spoofing via MD5 checksum weaknesses, while Oracle Communications Network Analytics Data Director is susceptible to unauthorized data manipulation through SSH access.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-3576 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-3576.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-3576"
},
{
"cve": "CVE-2025-4373",
"cwe": {
"id": "CWE-124",
"name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
},
"notes": [
{
"category": "other",
"text": "Buffer Underwrite (\u0027Buffer Underflow\u0027)",
"title": "CWE-124"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Cloud Native Core and glib2 involve unauthorized access risks and buffer overflow issues, affecting multiple products with varying severity levels.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-4373 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-4373.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L/E:U",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-4373"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "description",
"text": "Recent updates to Python versions 3.6 through 3.13.5 address multiple security vulnerabilities, particularly in the tarfile module, while enhancing various functionalities and resolving issues related to memory management and IPv6 handling.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-4517 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-4517.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.4,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-4802",
"cwe": {
"id": "CWE-426",
"name": "Untrusted Search Path"
},
"notes": [
{
"category": "other",
"text": "Untrusted Search Path",
"title": "CWE-426"
},
{
"category": "description",
"text": "Vulnerabilities in Oracle Communications Cloud Native Core and glibc allow unauthenticated access and privilege escalation, with CVSS scores of 7.8, affecting confidentiality, integrity, and availability.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-4802 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-4802.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-4802"
},
{
"cve": "CVE-2025-5115",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "The \u0027MadeYouReset\u0027 vulnerability in HTTP/2 affects certain Jetty versions, allowing denial of service through malformed control frames, while additional vulnerabilities exist in Oracle Communications and SAP Commerce Cloud.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5115 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5115.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-5115"
},
{
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle MySQL Workbench and the libssh library expose sensitive data and allow unauthorized access, with CVSS scores indicating moderate severity.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5318 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5318.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-5318"
},
{
"cve": "CVE-2025-5399",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"notes": [
{
"category": "other",
"text": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"title": "CWE-835"
},
{
"category": "description",
"text": "Multiple vulnerabilities in Oracle MySQL Server and Cluster, along with libcurl\u0027s WebSocket code, allow for various denial of service attacks, with CVSS scores ranging from 4.3 to 7.5.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5399 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5399.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-5399"
},
{
"cve": "CVE-2025-5889",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"notes": [
{
"category": "other",
"text": "Inefficient Regular Expression Complexity",
"title": "CWE-1333"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "The juliangruber brace-expansion library has a vulnerability in versions up to 4.0.0 affecting the expand function, while Oracle Communications Unified Assurance versions 6.1.0-6.1.1 are susceptible to a partial denial of service by low-privileged attackers.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-5889 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-5889.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-5889"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"notes": [
{
"category": "other",
"text": "Numeric Truncation Error",
"title": "CWE-197"
},
{
"category": "description",
"text": "Critical vulnerabilities in Oracle Communications Cloud Native Core and SQLite versions prior to 3.50.2 expose systems to severe risks, including memory corruption and integer truncation issues.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:D/RE:L/U:Green",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-6965 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-6965.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-6965"
},
{
"cve": "CVE-2025-7339",
"cwe": {
"id": "CWE-241",
"name": "Improper Handling of Unexpected Data Type"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Unexpected Data Type",
"title": "CWE-241"
},
{
"category": "description",
"text": "Oracle Communications Unified Assurance has a vulnerability allowing unauthorized data access, while the on-headers middleware for Node.js has a bug affecting response header modifications in versions prior to 1.1.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-7339 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-7339.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.4,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-7339"
},
{
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "other",
"text": "Use After Free",
"title": "CWE-416"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Cloud Native Core and libxslt expose systems to unauthorized access and memory corruption, with significant impacts on integrity and availability.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-7425 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-7425.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-7425"
},
{
"cve": "CVE-2025-7962",
"cwe": {
"id": "CWE-147",
"name": "Improper Neutralization of Input Terminators"
},
"notes": [
{
"category": "other",
"text": "Improper Neutralization of Input Terminators",
"title": "CWE-147"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Cloud Native Core Console and Jakarta Mail versions 2.0.2 and 2.2 expose systems to significant risks, including unauthorized access and SMTP Injection attacks.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:L/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-7962 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-7962.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-7962"
},
{
"cve": "CVE-2025-8058",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"notes": [
{
"category": "other",
"text": "Double Free",
"title": "CWE-415"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Enterprise Operations Monitor and GNU C library versions 2.4 to 2.41 expose systems to potential unauthorized access, memory corruption, and denial of service risks.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8058 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-8058.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-8058"
},
{
"cve": "CVE-2025-8916",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Bouncy Castle for Java and BCPKIX FIPS have a vulnerability allowing excessive resource allocation, while Oracle Communications Cloud Native Core Certificate Management and certain NetApp products face denial of service risks.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/S:P/R:U/RE:M/U:Amber",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8916 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-8916.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-8916"
},
{
"cve": "CVE-2025-9086",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "The curl update 8.14.1 addresses security vulnerabilities, including out-of-bounds reads, proxy cache poisoning, and a bug allowing insecure sites to override secure cookies, alongside a denial of service vulnerability in Oracle Communications Unified Inventory Management.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-9086 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-9086.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-9086"
},
{
"cve": "CVE-2025-25724",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"notes": [
{
"category": "other",
"text": "Unchecked Return Value",
"title": "CWE-252"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle Communications Network Analytics Data Director and the libarchive component, affecting system integrity and availability, with CVSS scores indicating significant risks.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-25724 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-25724.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-25724"
},
{
"cve": "CVE-2025-27210",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"title": "CWE-22"
},
{
"category": "description",
"text": "Node.js versions 20.x, 22.x, and 24.x have an incomplete fix for CVE-2025-23084 affecting Windows device names and the `path.join` API, while Oracle Communications\u0027 Cloud Native Environment has a non-exploitable Security-in-Depth issue.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27210 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27210.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-27210"
},
{
"cve": "CVE-2025-27533",
"cwe": {
"id": "CWE-789",
"name": "Memory Allocation with Excessive Size Value"
},
"notes": [
{
"category": "other",
"text": "Memory Allocation with Excessive Size Value",
"title": "CWE-789"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Apache ActiveMQ and Oracle products allow for denial of service attacks due to improper validation and excessive memory allocation, affecting various versions and configurations.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:A/V:D/RE:M/U:Red",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27533 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27533.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-27533"
},
{
"cve": "CVE-2025-27553",
"cwe": {
"id": "CWE-23",
"name": "Relative Path Traversal"
},
"notes": [
{
"category": "other",
"text": "Relative Path Traversal",
"title": "CWE-23"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Middleware and Apache Commons VFS expose critical data and allow unauthorized file access, with significant risks associated with their exploitation.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27553 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27553.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-27553"
},
{
"cve": "CVE-2025-27587",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"notes": [
{
"category": "other",
"text": "Covert Timing Channel",
"title": "CWE-385"
},
{
"category": "description",
"text": "OpenSSL versions 3.0.0 to 3.3.2 on PowerPC are vulnerable to a Minerva attack, while Oracle Communications Cloud Native Core Certificate Management 25.1.200 has a critical data access vulnerability, and OpenSSL 3 has addressed timing side channel issues.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:P/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27587 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27587.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-27587"
},
{
"cve": "CVE-2025-27817",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"notes": [
{
"category": "other",
"text": "Server-Side Request Forgery (SSRF)",
"title": "CWE-918"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Apache Kafka and Oracle applications allow unauthorized access to sensitive data, with notable SSRF risks and CVSS scores of 7.5 for Oracle products.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-27817 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-27817.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-27817"
},
{
"cve": "CVE-2025-32415",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"notes": [
{
"category": "other",
"text": "Improper Validation of Specified Quantity in Input",
"title": "CWE-1284"
},
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Multiple vulnerabilities have been identified in Oracle Java SE and libxml2, allowing for potential system compromise and denial of service, with CVSS scores of 7.5 for several issues.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-32415 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-32415.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-32415"
},
{
"cve": "CVE-2025-32728",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"notes": [
{
"category": "other",
"text": "Expected Behavior Violation",
"title": "CWE-440"
},
{
"category": "description",
"text": "Multiple vulnerabilities across Oracle Enterprise Communications Broker, OpenSSH, and HP-UX Secure Shell daemon could lead to unauthorized data access and system compromise, with varying CVSS scores and exploitation potential.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-32728 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-32728.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-32728"
},
{
"cve": "CVE-2025-32990",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Unified Inventory Management and GnuTLS\u0027s certtool expose systems to denial-of-service and unauthorized data access, with significant integrity impacts and a CVSS score of 8.2 for Oracle\u0027s flaw.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-32990 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-32990.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-32990"
},
{
"cve": "CVE-2025-48734",
"cwe": {
"id": "CWE-284",
"name": "Improper Access Control"
},
"notes": [
{
"category": "other",
"text": "Improper Access Control",
"title": "CWE-284"
},
{
"category": "description",
"text": "Recent updates to Apache Commons BeanUtils address multiple vulnerabilities, including arbitrary code execution risks and unauthorized access to Java enum properties, affecting versions prior to 1.11.0 and 2.0.0-M2.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48734 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48734.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-48734"
},
{
"cve": "CVE-2025-48924",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle WebLogic Server and Apache Commons Lang versions expose systems to denial of service risks, including an uncontrolled recursion flaw leading to StackOverflowErrors.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48924 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48924.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-48924"
},
{
"cve": "CVE-2025-48976",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "Multiple vulnerabilities affecting Oracle Application Testing Suite and Apache Commons FileUpload, including DoS risks due to insufficient multipart header limits, have been identified, with CVSS scores reaching 7.5.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48976 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48976.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-48976"
},
{
"cve": "CVE-2025-48989",
"cwe": {
"id": "CWE-404",
"name": "Improper Resource Shutdown or Release"
},
"notes": [
{
"category": "other",
"text": "Improper Resource Shutdown or Release",
"title": "CWE-404"
},
{
"category": "other",
"text": "Uncontrolled Resource Consumption",
"title": "CWE-400"
},
{
"category": "description",
"text": "Recent updates for Apache Tomcat versions 9, 10, and 11 address the \u0027MadeYouReset\u0027 DoS vulnerability in HTTP/2, along with various enhancements to components like Catalina and Coyote.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-48989 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-48989.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-48989"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "other",
"text": "Out-of-bounds Read",
"title": "CWE-125"
},
{
"category": "description",
"text": "Recent updates for libxml2 address multiple vulnerabilities, including heap use after free and type confusion, which could lead to denial of service or crashes, alongside an Oracle vulnerability allowing unauthorized data access.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-49796 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-49796.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-49796"
},
{
"cve": "CVE-2025-52999",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Stack-based Buffer Overflow",
"title": "CWE-121"
},
{
"category": "description",
"text": "Oracle Communications Unified Assurance has a vulnerability allowing denial of service, while jackson-core versions prior to 2.15.0 can cause StackoverflowError with deeply nested data, now mitigated in version 2.15.0.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-52999 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-52999.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-52999"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"notes": [
{
"category": "other",
"text": "Improper Control of Generation of Code (\u0027Code Injection\u0027)",
"title": "CWE-94"
},
{
"category": "description",
"text": "Helm v3.18.4 addresses a critical vulnerability allowing local code execution through crafted `Chart.yaml` and symlinked `Chart.lock` files during dependency updates, alongside an Oracle Communications flaw with a CVSS score of 8.6.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53547 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-53547.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-53547"
},
{
"cve": "CVE-2025-53643",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"notes": [
{
"category": "other",
"text": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"title": "CWE-444"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Operations Monitor and aiohttp could allow unauthorized access and data manipulation, with significant integrity impacts and request smuggling risks in affected versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53643 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-53643.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-53643"
},
{
"cve": "CVE-2025-53864",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"notes": [
{
"category": "other",
"text": "Uncontrolled Recursion",
"title": "CWE-674"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle GoldenGate and Connect2id Nimbus JOSE + JWT expose systems to denial of service attacks, with CVSS scores indicating significant availability impacts due to issues with deeply nested JSON objects.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-53864 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-53864.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-53864"
},
{
"cve": "CVE-2025-54090",
"cwe": {
"id": "CWE-253",
"name": "Incorrect Check of Function Return Value"
},
"notes": [
{
"category": "other",
"text": "Incorrect Check of Function Return Value",
"title": "CWE-253"
},
{
"category": "description",
"text": "Recent vulnerabilities in Oracle Communications Cloud Native Core Automated Test Suite and Apache HTTP Server 2.4.64 expose systems to unauthorized data access and potential denial of service, with a CVSS score of 6.3 for the Oracle issue.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-54090 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-54090.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-54090"
},
{
"cve": "CVE-2025-55163",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Recent updates to Netty address critical vulnerabilities, including the \u0027MadeYouReset\u0027 DDoS attack in HTTP/2, which can lead to denial of service through resource exhaustion in various affected versions.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-55163 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-55163.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-55163"
},
{
"cve": "CVE-2025-57803",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"notes": [
{
"category": "other",
"text": "Heap-based Buffer Overflow",
"title": "CWE-122"
},
{
"category": "other",
"text": "Integer Overflow or Wraparound",
"title": "CWE-190"
},
{
"category": "description",
"text": "ImageMagick has addressed critical vulnerabilities in its BMP encoder, including a 32-bit integer overflow leading to heap corruption and potential code execution, alongside other security enhancements.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-57803 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-57803.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-57803"
},
{
"cve": "CVE-2025-58057",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"notes": [
{
"category": "other",
"text": "Improper Handling of Highly Compressed Data (Data Amplification)",
"title": "CWE-409"
},
{
"category": "other",
"text": "CWE-1035",
"title": "CWE-1035"
},
{
"category": "other",
"text": "CWE-937",
"title": "CWE-937"
},
{
"category": "description",
"text": "Multiple vulnerabilities in decompressing decoders, including `BrotliDecoder`, and components of Oracle and HPE products can lead to denial of service through excessive buffer allocation and malformed HTTP/2 frames.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58057 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-58057.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-58057"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "other",
"text": "Allocation of Resources Without Limits or Throttling",
"title": "CWE-770"
},
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat (CVE-2025-59375) allows excessive memory allocations from crafted XML input, affecting versions prior to 2.7.2, while a Security-in-Depth issue exists in Oracle Database Server\u0027s Perl component but is not exploitable.",
"title": "Summary"
},
{
"category": "general",
"text": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"title": "CVSSV4"
}
],
"product_status": {
"known_affected": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-59375 | NCSC-NL Website",
"url": "https://vulnerabilities.ncsc.nl/csaf/v2/2025/cve-2025-59375.json"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"CSAFPID-1",
"CSAFPID-2",
"CSAFPID-3",
"CSAFPID-4",
"CSAFPID-5",
"CSAFPID-6",
"CSAFPID-7",
"CSAFPID-8",
"CSAFPID-9",
"CSAFPID-10",
"CSAFPID-11",
"CSAFPID-12",
"CSAFPID-13",
"CSAFPID-14",
"CSAFPID-15",
"CSAFPID-16",
"CSAFPID-17",
"CSAFPID-18",
"CSAFPID-19",
"CSAFPID-20",
"CSAFPID-21",
"CSAFPID-22",
"CSAFPID-23",
"CSAFPID-24",
"CSAFPID-25",
"CSAFPID-26",
"CSAFPID-27",
"CSAFPID-28",
"CSAFPID-29",
"CSAFPID-30",
"CSAFPID-31",
"CSAFPID-32",
"CSAFPID-33",
"CSAFPID-34",
"CSAFPID-35",
"CSAFPID-36"
]
}
],
"title": "CVE-2025-59375"
}
]
}
fkie_cve-2025-8058
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| 3ff69d7a-14f2-4f67-a097-88dee7810d18 | https://sourceware.org/bugzilla/show_bug.cgi?id=33185 | ||
| 3ff69d7a-14f2-4f67-a097-88dee7810d18 | https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/07/23/1 |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library."
},
{
"lang": "es",
"value": "La funci\u00f3n regcomp en las versiones 2.4 a 2.41 de la librer\u00eda GNU C est\u00e1 sujeta a una doble liberaci\u00f3n si falla alguna asignaci\u00f3n previa. Esto puede lograrse mediante un fallo de malloc o mediante un malloc interpuesto que inyecta fallos aleatorios de malloc. La doble liberaci\u00f3n puede permitir la manipulaci\u00f3n del b\u00fafer seg\u00fan c\u00f3mo se construya la expresi\u00f3n regular. Este problema afecta a todas las arquitecturas y ABIs compatibles con la librer\u00eda GNU C."
}
],
"id": "CVE-2025-8058",
"lastModified": "2025-11-04T22:16:44.440",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "HIGH",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "LOW",
"userInteraction": "PASSIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
}
]
},
"published": "2025-07-23T20:15:27.747",
"references": [
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/07/23/1"
}
],
"sourceIdentifier": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-415"
}
],
"source": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"type": "Secondary"
}
]
}
ghsa-8xjp-c72j-67q8
Vulnerability from github
The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.
{
"affected": [],
"aliases": [
"CVE-2025-8058"
],
"database_specific": {
"cwe_ids": [
"CWE-415"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-07-23T20:15:27Z",
"severity": "MODERATE"
},
"details": "The regcomp function in the GNU C library version from 2.4 to 2.41 is \nsubject to a double free if some previous allocation fails. It can be \naccomplished either by a malloc failure or by using an interposed malloc\n that injects random malloc failures. The double free can allow buffer \nmanipulation depending of how the regex is constructed. This issue \naffects all architectures and ABIs supported by the GNU C library.",
"id": "GHSA-8xjp-c72j-67q8",
"modified": "2025-11-05T00:31:22Z",
"published": "2025-07-23T21:36:45Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8058"
},
{
"type": "WEB",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33185"
},
{
"type": "WEB",
"url": "https://sourceware.org/git/?p=glibc.git;a=commit;h=3ff17af18c38727b88d9115e536c069e6b5d601f"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/07/23/1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:L/VI:L/VA:H/SC:L/SI:L/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.